Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [axum](https://github.com/tokio-rs/axum), [fake](https://github.com/cksac/fake-rs) and [tower-http](https://github.com/tower-rs/tower-http).


Updates `axum` from 0.7.5 to 0.7.7
- [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-v0.7.5...axum-v0.7.7)

Updates `fake` from 2.9.2 to 2.10.0
- [Commits](https://github.com/cksac/fake-rs/commits)

Updates `tower-http` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.0...tower-http-0.6.1)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: fake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 2505b4a commit bf0e127
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
29 changes: 16 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ anyhow = { version = "1.0.89"}
argon2 = "0.5.3"
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.5", features = ["macros", "tracing"] }
axum = { version = "0.7.7", features = ["macros", "tracing"] }
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
clap = { version = "4.5.18", features = ["derive", "env"] }
fake = { version = "2.9.2", default-features = false }
fake = { version = "2.10.0", default-features = false }
friendly-zoo = "1.1.0"
garde = { version = "0.20.0", default-features = false, features = ["derive", "url"]}
include_dir = "0.7.4"
Expand All @@ -34,7 +34,7 @@ openidconnect="3.5.0"
time = { version = "0.3.36", default-features = false, features = ["serde"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "signal"] }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.6.0", features = ["tracing", "trace"] }
tower-http = { version = "0.6.1", features = ["tracing", "trace"] }
tower-sessions = { version = "0.9", features = ["postgres-store", "deletion-task"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit bf0e127

Please sign in to comment.