Skip to content

Commit

Permalink
Upgrade axum to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 2, 2023
1 parent c6a3494 commit d7c3c21
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 76 deletions.
163 changes: 100 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.6.9"
version = "0.6.10"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/amphitheatre"
Expand All @@ -21,7 +21,7 @@ members = [
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
anyhow = "1.0"
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.5" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.6" }
amp-resolver = { path = "resolver" }
amp-resources = { path = "resources" }
async-nats = "0.33.0"
Expand Down
Loading

0 comments on commit d7c3c21

Please sign in to comment.