diff --git a/Cargo.lock b/Cargo.lock index f59904e..e0f6352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,9 +1022,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 90fd07b..bcd9301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" actix-web = "4.3.1" image = "0.24.6" mimalloc = "0.1.37" -once_cell = "1.17.2" +once_cell = "1.18.0" qstring = "0.7.2" regex = "1.8.3" reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}