Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Apr 2, 2024
1 parent ef08298 commit b48d4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions httpsig-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3.30", default-features = false, features = [
"std",
"async-await",
] }
indexmap = { version = "2.2.5" }
indexmap = { version = "2.2.6" }

# content digest with rfc8941 structured field values
sha2 = { version = "0.10.8", default-features = false }
Expand All @@ -34,11 +34,11 @@ base64 = { version = "0.22.0" }
http = { version = "1.1.0" }
http-body = { version = "1.0.0" }
http-body-util = { version = "0.1.1" }
bytes = { version = "1.5.0" }
bytes = { version = "1.6.0" }


[dev-dependencies]
tokio = { version = "1.36.0", default-features = false, features = [
tokio = { version = "1.37.0", default-features = false, features = [
"macros",
"rt-multi-thread",
] } # testing only
4 changes: 2 additions & 2 deletions 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 = "1.0.58" }
tracing = { version = "0.1.40" }
rustc-hash = { version = "1.1.0" }
indexmap = { version = "2.2.5" }
indexmap = { version = "2.2.6" }
fxhash = { version = "0.2.1" }
rand = { version = "0.8.5" }

Expand All @@ -40,7 +40,7 @@ p384 = { version = "0.13.0", default-features = false, features = [
] }
hmac = { version = "0.12.1" }
sha2 = { version = "0.10.8", default-features = false }
bytes = { version = "1.5.0" }
bytes = { version = "1.6.0" }

# encoding
base64 = { version = "0.22.0" }
Expand Down

0 comments on commit b48d4ef

Please sign in to comment.