From 37eb8c86bc2d3fa547807646a5432c9dd4b8af2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:17:31 +0000 Subject: [PATCH] build(deps): bump flexi_logger from 0.28.0 to 0.28.5 Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.28.0 to 0.28.5. - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 92 +++------------------------- bitswap-discovery-probe/Cargo.toml | 2 +- bitswap-monitoring-client/Cargo.toml | 2 +- cid-decode/Cargo.toml | 2 +- ipfs-gateway-finder/Cargo.toml | 2 +- monitoring-size-estimator/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4069c2f..426152f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi 0.1.19", + "hermit-abi", "libc", "winapi", ] @@ -809,17 +809,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "errno" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" -dependencies = [ - "errno-dragonfly", - "libc", - "windows-sys 0.45.0", -] - [[package]] name = "errno-dragonfly" version = "0.1.2" @@ -888,13 +877,12 @@ dependencies = [ [[package]] name = "flexi_logger" -version = "0.28.0" +version = "0.28.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f248c29a6d4bc5d065c9e9068d858761a0dcd796759f7801cc14db35db23abd8" +checksum = "cca927478b3747ba47f98af6ba0ac0daea4f12d12f55e9104071b3dc00276310" dependencies = [ "chrono", "glob", - "is-terminal", "log", "nu-ansi-term", "regex", @@ -1111,12 +1099,6 @@ dependencies = [ "libc", ] -[[package]] -name = "hermit-abi" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" - [[package]] name = "hex" version = "0.4.3" @@ -1450,18 +1432,6 @@ dependencies = [ "serde", ] -[[package]] -name = "is-terminal" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" -dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix 0.37.6", - "windows-sys 0.45.0", -] - [[package]] name = "itertools" version = "0.12.0" @@ -1535,12 +1505,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" -[[package]] -name = "linux-raw-sys" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" - [[package]] name = "lock_api" version = "0.4.9" @@ -1750,9 +1714,9 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" +checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" dependencies = [ "windows-sys 0.48.0", ] @@ -1851,7 +1815,7 @@ version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" dependencies = [ - "hermit-abi 0.1.19", + "hermit-abi", "libc", ] @@ -2063,7 +2027,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix 0.36.5", + "rustix", ] [[package]] @@ -2396,27 +2360,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" dependencies = [ "bitflags", - "errno 0.2.8", + "errno", "io-lifetimes", "libc", - "linux-raw-sys 0.1.3", + "linux-raw-sys", "windows-sys 0.42.0", ] -[[package]] -name = "rustix" -version = "0.37.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849" -dependencies = [ - "bitflags", - "errno 0.3.0", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.1", - "windows-sys 0.45.0", -] - [[package]] name = "rustls" version = "0.20.7" @@ -3311,15 +3261,6 @@ dependencies = [ "windows_x86_64_msvc 0.42.2", ] -[[package]] -name = "windows-sys" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" -dependencies = [ - "windows-targets 0.42.2", -] - [[package]] name = "windows-sys" version = "0.48.0" @@ -3338,21 +3279,6 @@ dependencies = [ "windows-targets 0.52.4", ] -[[package]] -name = "windows-targets" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", -] - [[package]] name = "windows-targets" version = "0.48.5" diff --git a/bitswap-discovery-probe/Cargo.toml b/bitswap-discovery-probe/Cargo.toml index 135d2f9..1bef542 100644 --- a/bitswap-discovery-probe/Cargo.toml +++ b/bitswap-discovery-probe/Cargo.toml @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" } ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" } tokio = { version = "1", features = ["rt", "net", "sync", "rt-multi-thread","time", "macros"] } log = "0.4.21" -flexi_logger = "0.28.0" +flexi_logger = "0.28.5" failure = "0.1.8" futures-util = "0.3.29" chrono = { version = "0.4.31", features = ["serde"] } diff --git a/bitswap-monitoring-client/Cargo.toml b/bitswap-monitoring-client/Cargo.toml index 0f6eea1..8090c7f 100644 --- a/bitswap-monitoring-client/Cargo.toml +++ b/bitswap-monitoring-client/Cargo.toml @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" } ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" } tokio = { version = "1", features = ["rt", "net", "sync", "rt-multi-thread", "time", "macros", "signal", "fs"] } log = "0.4.21" -flexi_logger = "0.28.0" +flexi_logger = "0.28.5" failure = "0.1.8" futures-util = "0.3.29" chrono = { version = "0.4.31", features = ["serde"] } diff --git a/cid-decode/Cargo.toml b/cid-decode/Cargo.toml index 0630e8f..cdf0aa6 100644 --- a/cid-decode/Cargo.toml +++ b/cid-decode/Cargo.toml @@ -11,6 +11,6 @@ ipfs-resolver-common = {path="../common"} failure = "0.1.7" log = "0.4.21" dotenv = "0.15.0" -flexi_logger = "0.28.0" +flexi_logger = "0.28.5" cid = "0.11.0" lazy_static = "1.4.0" diff --git a/ipfs-gateway-finder/Cargo.toml b/ipfs-gateway-finder/Cargo.toml index ba49c3d..9c76a9c 100644 --- a/ipfs-gateway-finder/Cargo.toml +++ b/ipfs-gateway-finder/Cargo.toml @@ -11,7 +11,7 @@ ipfs-resolver-common = {path = "../common"} ipfs_monitoring_plugin_client = {path = "../ipfs-monitoring-plugin-client" } failure = "0.1.7" log = "0.4.21" -flexi_logger = "0.28.0" +flexi_logger = "0.28.5" futures-util = "0.3.29" reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false } multibase = "0.9.1" diff --git a/monitoring-size-estimator/Cargo.toml b/monitoring-size-estimator/Cargo.toml index 2815d61..b30d4e0 100644 --- a/monitoring-size-estimator/Cargo.toml +++ b/monitoring-size-estimator/Cargo.toml @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" } ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" } tokio = { version = "1", features = ["rt", "net", "sync", "rt-multi-thread", "time", "macros", "signal", "fs"] } log = "0.4.21" -flexi_logger = "0.28.0" +flexi_logger = "0.28.5" failure = "0.1.8" futures-util = "0.3.29" chrono = { version = "0.4.31", features = ["serde"] }