diff --git a/Cargo.lock b/Cargo.lock index a99b43f..806f64c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -1368,12 +1368,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if 1.0.0", -] +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index b91987e..772c778 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ handlebars = '4.3' itertools = '0.10' json-patch = '0.3' lazy_static = '1' -log = '0.4' +log = '0.4.29' lru = '0.9' parking_lot = '0.12' riker = '0.4'