Skip to content

Commit d2d8899

Browse files
Bump the all group with 3 updates
Bumps the all group with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [axum](https://github.com/tokio-rs/axum) and [async-trait](https://github.com/dtolnay/async-trait). Updates `reqwest` from 0.12.11 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.11...v0.12.12) Updates `axum` from 0.7.9 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 `async-trait` from 0.1.83 to 0.1.84 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.84) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f937ceb commit d2d8899

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Cargo.lock

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ uuid = { version = "1.9.0", features = ["v4", "v5"] }
3131
uncased = "0.9.9"
3232
openssl = "0.10.63"
3333
p12 = "0.6.3"
34-
axum = "0.7.3"
34+
axum = "0.8.1"
3535
tower-http = { version = "0.6.2", features = ["fs"] }
3636
async-channel = "2.1.1"
3737
serde_json_path_to_error = "0.1.4"
3838
strum_macros = "0.26"
3939
strum = { version = "0.26.0", features = ["strum_macros"] }
4040
thiserror = "2.0.9"
4141
arc-swap = "1.6.0"
42-
async-trait = "0.1.77"
42+
async-trait = "0.1.84"
4343
parking_lot = "0.12.1"
4444

4545
[dependencies.mosquitto-rs]

0 commit comments

Comments
 (0)