Skip to content

Commit 3e0392e

Browse files
chore(deps)(deps): bump the rust-all group (#12)
Bumps the rust-all group in /vault-broker with 6 updates: | Package | From | To | | --- | --- | --- | | [axum](https://github.com/tokio-rs/axum) | `0.7.9` | `0.8.9` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.1` | `1.52.1` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.3` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.5.2` | `0.6.8` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.18` | Updates `axum` from 0.7.9 to 0.8.9 - [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.9...axum-v0.8.9) Updates `tokio` from 1.51.1 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.1) Updates `tower` from 0.4.13 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.3) Updates `tower-http` from 0.5.2 to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.8) Updates `uuid` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.1) Updates `thiserror` from 1.0.69 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.18) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-all - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-all - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-all - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-all - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-all - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed377c0 commit 3e0392e

2 files changed

Lines changed: 28 additions & 54 deletions

File tree

vault-broker/Cargo.lock

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

vault-broker/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ name = "vault-broker"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
axum = { version = "0.7", features = ["macros"] }
16+
axum = { version = "0.8", features = ["macros"] }
1717
tokio = { version = "1", features = ["full"] }
18-
tower = "0.4"
19-
tower-http = { version = "0.5", features = ["trace"] }
18+
tower = "0.5"
19+
tower-http = { version = "0.6", features = ["trace"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
22-
uuid = { version = "1.6", features = ["v4"] }
22+
uuid = { version = "1.23", features = ["v4"] }
2323
zeroize = { version = "1.7", features = ["derive"] }
2424
chrono = { version = "0.4", features = ["serde"] }
2525
tracing = "0.1"
2626
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
27-
thiserror = "1.0"
27+
thiserror = "2.0"
2828

2929
[profile.release]
3030
lto = true

0 commit comments

Comments
 (0)