diff --git a/Cargo.lock b/Cargo.lock index be114bb39de5e..a698e977e8f13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,9 +349,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648" +checksum = "9de18bc5f2e9df8f52da03856bf40e29b747de5a84e43aefff90e3dc4a21529b" dependencies = [ "async-trait", "axum-core", diff --git a/crates/sui-faucet/Cargo.toml b/crates/sui-faucet/Cargo.toml index 5effbdaf26d4a..7d1d44288ebae 100644 --- a/crates/sui-faucet/Cargo.toml +++ b/crates/sui-faucet/Cargo.toml @@ -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"] } diff --git a/crates/sui-node/Cargo.toml b/crates/sui-node/Cargo.toml index 3ded6831c15f0..800addbcaf2d5 100644 --- a/crates/sui-node/Cargo.toml +++ b/crates/sui-node/Cargo.toml @@ -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" diff --git a/crates/sui-test-validator/Cargo.toml b/crates/sui-test-validator/Cargo.toml index 751ea08355e7b..548ef3c63d2e5 100644 --- a/crates/sui-test-validator/Cargo.toml +++ b/crates/sui-test-validator/Cargo.toml @@ -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" }