Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Aug 30, 2024
1 parent 33453ec commit b450fa9
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 @@ -13,7 +13,7 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
httpsig = { path = "../httpsig", version = "0.0.15" }
httpsig = { path = "../httpsig", version = "0.0.16" }

thiserror = { version = "1.0.63" }
tracing = { version = "0.1.40" }
Expand Down
2 changes: 1 addition & 1 deletion httpsig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies]
thiserror = { version = "1.0.63" }
tracing = { version = "0.1.40" }
rustc-hash = { version = "1.1.0" }
rustc-hash = { version = "2.0.0" }
indexmap = { version = "2.4.0" }
fxhash = { version = "0.2.1" }
rand = { version = "0.8.5" }
Expand Down

0 comments on commit b450fa9

Please sign in to comment.