diff --git a/sample-07-09-rs/Cargo.toml b/sample-07-09-rs/Cargo.toml index fac61990..790a7edf 100644 --- a/sample-07-09-rs/Cargo.toml +++ b/sample-07-09-rs/Cargo.toml @@ -11,7 +11,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.7.7" } +axum = { version = "0.8.1" } anyhow = "1.0.91" clap = { version = "4.5.20", features = [ "std", @@ -25,7 +25,7 @@ serde = { version = "1.0.213", features = ["derive"] } tokio = { version = "1.41.0", features = ["full"] } tower = { version = "0.5.1", features = ["util", "timeout"] } tower-http = { version = "0.6.1", features = ["trace", "fs"] } -tower-sessions = "0.13.0" +tower-sessions = "0.14.0" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.2" @@ -35,4 +35,4 @@ webauthn-rs = { version = "0.5.0", features = [ "danger-allow-state-serialisation", "preview-features", ] } -axum-macros = "0.4.2" +axum-macros = "0.5.0"