Skip to content

Commit

Permalink
chore(deps): upgrade axum to 0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Aug 16, 2022
1 parent 68f9483 commit e0adf40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sui-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.58", features = ["backtrace"] }
async-trait = "0.1.57"
axum = "0.5.13"
axum = "0.5.15"
clap = { version = "3.1.17", features = ["derive"] }
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2021"

[dependencies]
axum = "0.5.13"
axum = "0.5.15"
anyhow = { version = "1.0.58", features = ["backtrace"] }
clap = { version = "3.1.17", features = ["derive"] }
multiaddr = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-test-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "3.1.17", features = ["derive"] }
serde = "1.0.143"
serde_json = "1.0.80"
tokio = { version = "1.20.1", features = ["full"] }
axum = "0.5.13"
axum = "0.5.15"
tower = { version = "0.4.12", features = ["util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.3.4", features = ["cors"] }
http = { version = "0.2.8" }
Expand Down

0 comments on commit e0adf40

Please sign in to comment.