diff --git a/Cargo.lock b/Cargo.lock index b6ce36cc..ae2fd21b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,9 +866,9 @@ dependencies = [ [[package]] name = "file-rotate" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9135a7f0c84014f3e46849b952f24725ce809ab8ab273ba67089650992ede7" +checksum = "f549a61332cfe588f485923f46bfb2c273b0a3634b379cec00acb1d2236a3acb" dependencies = [ "chrono", "flate2 1.0.22", diff --git a/Cargo.toml b/Cargo.toml index c4101f3b..6bb350fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ prometheus_exporter = { version = "0.8.5", default-features = false } unicode-truncate = "0.2.0" # feature logs -file-rotate = { version = "0.7.0", optional = true } +file-rotate = { version = "0.7.1", optional = true } # feature: webhook reqwest = { version = "0.11", optional = true, features = ["blocking", "json"] }