diff --git a/Cargo.lock b/Cargo.lock index e3c5830344386..d19f03d894b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8009,9 +8009,9 @@ dependencies = [ [[package]] name = "syslog" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc" +checksum = "7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f" dependencies = [ "error-chain", "hostname", diff --git a/Cargo.toml b/Cargo.toml index 88b2b5afdb930..d13866571d583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -307,7 +307,7 @@ snap = { version = "1.1.0", default-features = false, optional = true } socket2 = { version = "0.5.2", default-features = false } stream-cancel = { version = "0.8.1", default-features = false } strip-ansi-escapes = { version = "0.1.1", default-features = false } -syslog = { version = "6.0.1", default-features = false, optional = true } +syslog = { version = "6.1.0", default-features = false, optional = true } tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true } tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true } tokio-tungstenite = {version = "0.18.0", default-features = false, features = ["connect"], optional = true}