Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jan 28, 2025
1 parent 52e22da commit e62c9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpsig-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3.31", default-features = false, features = [
"std",
"async-await",
] }
indexmap = { version = "2.7.0" }
indexmap = { version = "2.7.1" }

# content digest with rfc8941 structured field values
sha2 = { version = "0.10.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion httpsig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version.workspace = true
thiserror = { version = "2.0.11" }
tracing = { version = "0.1.41" }
rustc-hash = { version = "2.1.0" }
indexmap = { version = "2.7.0" }
indexmap = { version = "2.7.1" }
fxhash = { version = "0.2.1" }
rand = { version = "0.8.5" }

Expand Down

0 comments on commit e62c9dd

Please sign in to comment.