Skip to content

Commit 6bc752c

Browse files
committed
deps
1 parent b450fa9 commit 6bc752c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

httpsig-hyper/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ rust-version.workspace = true
1515
[dependencies]
1616
httpsig = { path = "../httpsig", version = "0.0.16" }
1717

18-
thiserror = { version = "1.0.63" }
18+
thiserror = { version = "1.0.64" }
1919
tracing = { version = "0.1.40" }
2020
futures = { version = "0.3.30", default-features = false, features = [
2121
"std",
2222
"async-await",
2323
] }
24-
indexmap = { version = "2.4.0" }
24+
indexmap = { version = "2.5.0" }
2525

2626
# content digest with rfc8941 structured field values
2727
sha2 = { version = "0.10.8", default-features = false }
@@ -34,11 +34,11 @@ base64 = { version = "0.22.1" }
3434
http = { version = "1.1.0" }
3535
http-body = { version = "1.0.1" }
3636
http-body-util = { version = "0.1.2" }
37-
bytes = { version = "1.7.1" }
37+
bytes = { version = "1.7.2" }
3838

3939

4040
[dev-dependencies]
41-
tokio = { version = "1.39.3", default-features = false, features = [
41+
tokio = { version = "1.40.0", default-features = false, features = [
4242
"macros",
4343
"rt-multi-thread",
4444
] } # testing only

httpsig/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ rust-version.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
thiserror = { version = "1.0.63" }
16+
thiserror = { version = "1.0.64" }
1717
tracing = { version = "0.1.40" }
1818
rustc-hash = { version = "2.0.0" }
19-
indexmap = { version = "2.4.0" }
19+
indexmap = { version = "2.5.0" }
2020
fxhash = { version = "0.2.1" }
2121
rand = { version = "0.8.5" }
2222

@@ -40,7 +40,7 @@ p384 = { version = "0.13.0", default-features = false, features = [
4040
] }
4141
hmac = { version = "0.12.1" }
4242
sha2 = { version = "0.10.8", default-features = false }
43-
bytes = { version = "1.7.1" }
43+
bytes = { version = "1.7.2" }
4444

4545
# encoding
4646
base64 = { version = "0.22.1" }

0 commit comments

Comments
 (0)