From b09fad0478d6ad2a3800472155a5868b7bfea7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:07:06 +0000 Subject: [PATCH] Bump log from 0.4.22 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.26. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36623ef..1cbc170 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ "futures-sink", "futures-task", "futures-util", - "log 0.4.22", + "log 0.4.26", "once_cell", "parking_lot", "pin-project-lite", @@ -1161,7 +1161,7 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" dependencies = [ - "log 0.4.22", + "log 0.4.26", ] [[package]] @@ -1599,7 +1599,7 @@ dependencies = [ "float_next_after", "geo-types", "geographiclib-rs", - "log 0.4.22", + "log 0.4.26", "num-traits", "robust", "rstar", @@ -1616,7 +1616,7 @@ dependencies = [ "float_next_after", "geo-types", "geographiclib-rs", - "log 0.4.22", + "log 0.4.26", "num-traits", "robust", "rstar", @@ -2355,14 +2355,14 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "log 0.4.22", + "log 0.4.26", ] [[package]] name = "log" -version = "0.4.22" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "lut" @@ -2641,7 +2641,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ "libc", - "log 0.4.22", + "log 0.4.26", "openssl", "openssl-probe", "openssl-sys", @@ -3666,7 +3666,7 @@ dependencies = [ "hyper-rustls", "ipnet", "js-sys", - "log 0.4.22", + "log 0.4.26", "mime", "mime_guess", "once_cell", @@ -3931,7 +3931,7 @@ version = "0.21.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" dependencies = [ - "log 0.4.22", + "log 0.4.26", "ring 0.17.7", "rustls-webpki", "sct", @@ -4245,7 +4245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb" dependencies = [ "colored", - "log 0.4.22", + "log 0.4.26", "time", "windows-sys 0.48.0", ] @@ -4899,7 +4899,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", - "log 0.4.22", + "log 0.4.26", "rustls", "tokio", "tokio-rustls", @@ -5073,7 +5073,7 @@ dependencies = [ "data-encoding", "http", "httparse", - "log 0.4.22", + "log 0.4.26", "rand 0.8.5", "rustls", "sha1", @@ -5377,7 +5377,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" dependencies = [ "bumpalo", - "log 0.4.22", + "log 0.4.26", "once_cell", "proc-macro2", "quote", @@ -5462,7 +5462,7 @@ dependencies = [ "futures 0.3.31", "imap", "imap-proto 0.16.5", - "log 0.4.22", + "log 0.4.26", "mail", "native-tls", "once_cell", @@ -5697,7 +5697,7 @@ dependencies = [ "async_io_stream", "futures 0.3.31", "js-sys", - "log 0.4.22", + "log 0.4.26", "pharos", "rustc_version", "send_wrapper", diff --git a/Cargo.toml b/Cargo.toml index e84fbee..6a90c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ figment = { version = "0.10.19", features = ["toml", "env"] } futures = "0.3.31" imap = "2.4.1" imap-proto = "0.16.5" -log = "0.4.22" +log = "0.4.26" mail = "0.7.0" native-tls = "0.2.12" once_cell = "1.20.2"