Skip to content

Commit

Permalink
Merge pull request #1347 from junkurihara/dependabot/cargo/prod-depen…
Browse files Browse the repository at this point in the history
…dency-debd942888

chore(deps): bump the prod-dependency group with 3 updates
  • Loading branch information
junkurihara authored Jan 6, 2025
2 parents cb3c3eb + 257a8ee commit ef3a70b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample-07-09-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"

0 comments on commit ef3a70b

Please sign in to comment.