diff --git a/Cargo.lock b/Cargo.lock index 967bb63..3ec81c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,12 +623,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index e918acb..f02399d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://gitea.communiquons.org/pierre/actix-remote-ip" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -log = "0.4.17" +log = "0.4.18" actix-web = "4" futures-util = "0.3.28" \ No newline at end of file