Skip to content

Commit e62c9dd

Browse files
committed
chore: deps
1 parent 52e22da commit e62c9dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpsig-hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = { version = "0.3.31", default-features = false, features = [
2121
"std",
2222
"async-await",
2323
] }
24-
indexmap = { version = "2.7.0" }
24+
indexmap = { version = "2.7.1" }
2525

2626
# content digest with rfc8941 structured field values
2727
sha2 = { version = "0.10.8", default-features = false }

httpsig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version.workspace = true
1616
thiserror = { version = "2.0.11" }
1717
tracing = { version = "0.1.41" }
1818
rustc-hash = { version = "2.1.0" }
19-
indexmap = { version = "2.7.0" }
19+
indexmap = { version = "2.7.1" }
2020
fxhash = { version = "0.2.1" }
2121
rand = { version = "0.8.5" }
2222

0 commit comments

Comments
 (0)