Skip to content

Commit f7019ea

Browse files
Merge pull request #56 from CleverCloud/clg/bump
build: bump dependencies
2 parents 66bff71 + e421284 commit f7019ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde_json = { version = "^1.0.140", features = [
3838
"preserve_order",
3939
"float_roundtrip",
4040
], optional = true }
41-
sha2 = { version = "^0.10.8", optional = true }
41+
sha2 = { version = "^0.10.9", optional = true }
4242
thiserror = { version = "^2.0.12", optional = true }
4343
tokio = { version = "^1.44.2", optional = true, default-features = false, features = [
4444
"time",
@@ -52,7 +52,7 @@ uuid = { version = "^1.16.0", features = ["serde", "v4"], optional = true }
5252

5353
[dev-dependencies]
5454
anyhow = { version = "^1.0.98" }
55-
axum = { version = "^0.8.3" }
55+
axum = { version = "^0.8.4" }
5656
tokio = { version = "^1.44.2", features = ["full"] }
5757

5858
[features]

0 commit comments

Comments
 (0)