From 24c0220e058d5f1d73b6bfba719b497c9d668935 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 10:30:42 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.21 --- Cargo.lock | 54 ++++++++++++++++++++---------------------------------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb7f2a5..e873f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ "fastrand", "futures-lite", "libc", - "log 0.4.14", + "log 0.4.21", "once_cell", "parking", "polling", @@ -191,7 +191,7 @@ dependencies = [ "futures-lite", "gloo-timers", "kv-log-macro", - "log 0.4.14", + "log 0.4.21", "memchr", "num_cpus", "once_cell", @@ -565,16 +565,6 @@ dependencies = [ "syn", ] -[[package]] -name = "ctor" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "ctr" version = "0.6.0" @@ -844,7 +834,7 @@ dependencies = [ "chrono", "glob", "lazy_static", - "log 0.4.14", + "log 0.4.21", "regex", "thiserror", "yansi", @@ -1131,7 +1121,7 @@ version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b" dependencies = [ - "log 0.4.14", + "log 0.4.21", "mac", "markup5ever", "proc-macro2", @@ -1162,7 +1152,7 @@ dependencies = [ "dashmap", "http-types", "isahc", - "log 0.4.14", + "log 0.4.21", ] [[package]] @@ -1244,7 +1234,7 @@ dependencies = [ "flume", "futures-lite", "http", - "log 0.4.14", + "log 0.4.21", "once_cell", "slab", "sluice", @@ -1296,7 +1286,7 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" dependencies = [ - "log 0.4.14", + "log 0.4.21", ] [[package]] @@ -1348,16 +1338,15 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "log 0.4.14", + "log 0.4.21", ] [[package]] name = "log" -version = "0.4.14" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" dependencies = [ - "cfg-if", "value-bag", ] @@ -1373,7 +1362,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" dependencies = [ - "log 0.4.14", + "log 0.4.21", "phf", "phf_codegen", "string_cache", @@ -1432,7 +1421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" dependencies = [ "libc", - "log 0.4.14", + "log 0.4.21", "miow", "ntapi", "winapi", @@ -1569,7 +1558,7 @@ dependencies = [ "itertools", "kuchiki", "lazy_static", - "log 0.4.14", + "log 0.4.21", "md5", "openssl-sys", "regex", @@ -1715,7 +1704,7 @@ checksum = "4fc12d774e799ee9ebae13f4076ca003b40d18a11ac0f3641e6f899618580b7b" dependencies = [ "cfg-if", "libc", - "log 0.4.14", + "log 0.4.21", "wepoll-sys", "winapi", ] @@ -1993,7 +1982,7 @@ dependencies = [ "cssparser", "derive_more", "fxhash", - "log 0.4.14", + "log 0.4.21", "matches", "phf", "phf_codegen", @@ -2318,7 +2307,7 @@ dependencies = [ "futures-util", "http-client", "http-types", - "log 0.4.14", + "log 0.4.21", "mime_guess", "once_cell", "pin-project-lite", @@ -2475,7 +2464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if", - "log 0.4.14", + "log 0.4.21", "pin-project-lite", "tracing-attributes", "tracing-core", @@ -2608,12 +2597,9 @@ dependencies = [ [[package]] name = "value-bag" -version = "1.0.0-alpha.6" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1" -dependencies = [ - "ctor", -] +checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" [[package]] name = "vcpkg" @@ -2669,7 +2655,7 @@ checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" dependencies = [ "bumpalo", "lazy_static", - "log 0.4.14", + "log 0.4.21", "proc-macro2", "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index f73321f..d6e35ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ indicatif = "0.16.2" itertools = "0.10.1" kuchiki = "0.8.1" lazy_static = "1.4.0" -log = "0.4.14" +log = "0.4.21" md5 = "0.7.0" openssl-sys = "0.9.101" regex = "1.5.4" -- 2.45.2