diff --git a/Cargo.lock b/Cargo.lock index d4817e6..7690432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,9 +217,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" +checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" dependencies = [ "axum-core", "axum-macros", @@ -252,12 +252,12 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" +checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.3.1", "http-body 1.0.1", "http-body-util", diff --git a/Cargo.toml b/Cargo.toml index 5b8c18d..0c62f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ssi = { version = "0.10.2", features = [ ] } anyhow = "1.0.97" -axum = { version = "0.8.1", features = ["macros"] } +axum = { version = "0.8.3", features = ["macros"] } axum-extra = { version = "0.10.0", features = ["typed-header"] } figment = { version = "0.10.19", features = ["env", "toml"] } tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }