Skip to content

Commit

Permalink
chore(deps): bump the prod-dependency group
Browse files Browse the repository at this point in the history
Updates the requirements on [axum](https://github.com/tokio-rs/axum), [tower-sessions](https://github.com/maxcountryman/tower-sessions) and [axum-macros](https://github.com/tokio-rs/axum) to permit the latest version.

Updates `axum` to 0.8.1
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/commits)

Updates `tower-sessions` to 0.14.0
- [Release notes](https://github.com/maxcountryman/tower-sessions/releases)
- [Changelog](https://github.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md)
- [Commits](maxcountryman/tower-sessions@v0.13.0...v0.14.0)

Updates `axum-macros` to 0.5.0
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-macros-v0.4.2...axum-macros-v0.5.0)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  dependency-group: prod-dependency
- dependency-name: tower-sessions
  dependency-type: direct:production
  dependency-group: prod-dependency
- dependency-name: axum-macros
  dependency-type: direct:production
  dependency-group: prod-dependency
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent cb3c3eb commit 13da8bb
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 13da8bb

Please sign in to comment.