Skip to content

Commit

Permalink
Updated async-acme, resolving RUSTSEC-2023-0052
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 12, 2023
1 parent 0377888 commit b815077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/bonsaidb-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ encryption = [
"bonsaidb-core/encryption",
"dep:hpke",
"dep:zeroize",
"dep:region",
"dep:memsec",
"dep:chacha20poly1305",
]
compression = ["dep:lz4_flex"]
Expand Down Expand Up @@ -68,7 +68,7 @@ byteorder = "1"
futures = { version = "0.3.19", optional = true }
chacha20poly1305 = { version = "0.10", optional = true }
zeroize = { version = "1", optional = true }
region = { version = "3", optional = true }
memsec = { version = "0.6.3", optional = true }
hpke = { version = "0.10", default-features = false, features = [
"p256",
"serde_impls",
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pot = "3.0.0"
fabruic = { version = "0.0.1-dev.6", features = ["dangerous"] }
cfg-if = "1"
pem = { version = "3.0.2", optional = true }
async-acme = { version = "0.3.2", optional = true, features = ["hyper_rustls"] }
async-acme = { version = "0.4.0", optional = true, features = ["hyper_rustls"] }
rustls = "0.21.6"
tokio-rustls = { version = "0.24.1" }
parking_lot = "0.12.0"
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ yanked = "warn"
notice = "warn"
ignore = [
"RUSTSEC-2020-0168", # region -> mach is unmaintained
"RUSTSEC-2023-0052", # https://github.com/User65k/generic-async-http-client/pull/2
]

[licenses]
Expand Down

0 comments on commit b815077

Please sign in to comment.