Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jan 12, 2024
1 parent ed60945 commit a2335b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ohttp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ external-sqlite = []
[dependencies]
aead = {version = "0.4", optional = true, features = ["std"]}
aes-gcm = {version = "0.9", optional = true}
byteorder = "1.3"
byteorder = "1.4"
chacha20poly1305 = {version = "0.8", optional = true}
hex = "0.4"
hkdf = {version = "0.11", optional = true}
lazy_static = "1.4"
log = {version = "0.4.0", default-features = false}
log = {version = "0.4", default-features = false}
rand = {version = "0.8", optional = true}
sha2 = {version = "0.9", optional = true}
thiserror = "1"
Expand All @@ -51,7 +51,7 @@ serde_derive = "1.0"
toml = "0.5"

[build-dependencies.bindgen]
version = "0.64"
version = "0.69"
default-features = false
optional = true
features = ["runtime"]
Expand Down

0 comments on commit a2335b2

Please sign in to comment.