Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Apr 30, 2024
1 parent b272b4e commit 32ac2f5
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 @@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies]
httpsig = { path = "../httpsig", version = "0.0.15" }

thiserror = { version = "1.0.58" }
thiserror = { version = "1.0.59" }
tracing = { version = "0.1.40" }
futures = { version = "0.3.30", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion httpsig/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]
thiserror = { version = "1.0.58" }
thiserror = { version = "1.0.59" }
tracing = { version = "0.1.40" }
rustc-hash = { version = "1.1.0" }
indexmap = { version = "2.2.6" }
Expand Down

0 comments on commit 32ac2f5

Please sign in to comment.