diff --git a/Cargo.lock b/Cargo.lock index c993ed5bbcd..4d47493b7e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index f50e57cbadb..b359b072f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ lettre = { version = "=0.10.2", default-features = false, features = ["file-tran minijinja = "=0.30.4" moka = { version = "=0.10.0", features = ["future"] } oauth2 = { version = "=4.3.0", default-features = false, features = ["reqwest"] } -once_cell = "=1.17.0" +once_cell = "=1.17.1" parking_lot = "=0.12.1" prometheus = { version = "=0.13.3", default-features = false } rand = "=0.8.5"