Skip to content

Commit 06859fe

Browse files
deps(api)(deps): bump the rust-api group across 1 directory with 5 updates
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror), [sha2](https://github.com/RustCrypto/hashes), [axum](https://github.com/tokio-rs/axum), [tower](https://github.com/tower-rs/tower) and [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `thiserror` to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.18) Updates `sha2` to 0.11.0 - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) Updates `axum` to 0.8.8 - [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.0...axum-v0.8.8) Updates `tower` to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.0...tower-0.5.3) Updates `reqwest` to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.0...v0.12.28) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production dependency-group: rust-api - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: rust-api - dependency-name: axum dependency-version: 0.8.8 dependency-type: direct:production dependency-group: rust-api - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production dependency-group: rust-api - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: rust-api ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e0f19d commit 06859fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/signia-api/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ engine = []
1313

1414
[dependencies]
1515
anyhow = "1"
16-
thiserror = "1"
16+
thiserror = "2"
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
time = { version = "0.3", features = ["std"] }
2020
uuid = { version = "1", features = ["v4"] }
21-
sha2 = "0.10"
21+
sha2 = "0.11"
2222
hex = "0.4"
2323

24-
axum = { version = "0.7", features = ["macros", "json"] }
24+
axum = { version = "0.8", features = ["macros", "json"] }
2525
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] }
26-
tower = "0.4"
26+
tower = "0.5"
2727
tower-http = { version = "0.6", features = ["cors", "trace", "request-id"] }
2828
tracing = "0.1"
2929
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json"] }
@@ -34,5 +34,5 @@ signia-plugins = { path = "../signia-plugins" }
3434
signia-store = { path = "../signia-store" }
3535

3636
[dev-dependencies]
37-
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
37+
reqwest = { version = "0.13", features = ["json", "rustls-tls"] }
3838
tempfile = "3"

0 commit comments

Comments
 (0)