Skip to content

Commit

Permalink
Bump the patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 3 updates: [prettyplease](https://github.com/dtolnay/prettyplease), [axum](https://github.com/tokio-rs/axum) and [axum-extra](https://github.com/tokio-rs/axum).


Updates `prettyplease` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.16...0.2.17)

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

Updates `axum-extra` from 0.9.2 to 0.9.3
- [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-extra-v0.9.2...axum-extra-v0.9.3)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent e316210 commit 3266ad5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 39 deletions.
59 changes: 23 additions & 36 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
path = "src/lib.rs"

[dependencies]
prettyplease = "0.2.16"
prettyplease = "0.2.17"
sea-orm = { workspace = true }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions sessions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ async-graphql = { version = "7.0.3", default-features = false, features = [
"tracing",
] }
async-graphql-axum = { version = "7.0.3" }
axum = { version = "0.7.4" }
axum-extra = { version = "0.9.2", features = ["typed-header"] }
axum = { version = "0.7.5" }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
chrono = { version = "0.4.35" }
clap = { version = "4.5.3", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
Expand Down

0 comments on commit 3266ad5

Please sign in to comment.