diff --git a/Cargo.lock b/Cargo.lock index a70fea61dc4..c489c4d52c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2791,9 +2791,9 @@ dependencies = [ [[package]] name = "json-subscriber" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b067109fbfeef7ae9403847119f28bc7b0470c08b80e9069411df90fe56a5b" +checksum = "91d0a86fd2fba3a8721e7086b2c9fceb0994f71cdbd64ad2dfc1b202a5c062b4" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 487534745a8..c33ac07a2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ hyper = { version = "=1.5.0", features = ["client", "http1"] } indexmap = { version = "=2.6.0", features = ["serde"] } indicatif = "=0.17.8" ipnetwork = "=0.20.0" -json-subscriber = "=0.2.1" +json-subscriber = "=0.2.2" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.9", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=2.3.1"