diff --git a/Cargo.lock b/Cargo.lock index fce327bd3b..1b3b7a6569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lzma-sys" diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 2692f22234..a5c68435ab 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -33,7 +33,7 @@ finch = { version = "0.5.0", optional = true } fixedbitset = "0.4.0" getrandom = { version = "0.2", features = ["js"] } getset = "0.1.1" -log = "0.4.19" +log = "0.4.20" md5 = "0.7.0" murmurhash3 = "0.0.5" niffler = { version = "2.3.1", default-features = false, features = [ "gz" ] }