diff --git a/Cargo.lock b/Cargo.lock index 8071eb7156e..da37579bc8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2821,9 +2821,9 @@ dependencies = [ [[package]] name = "json-subscriber" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d0a86fd2fba3a8721e7086b2c9fceb0994f71cdbd64ad2dfc1b202a5c062b4" +checksum = "7a08d1752b6005d0846fe6064f9010480a0f0f81c9954bda1fdc6cabd3f8c0bd" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 24da9642bb2..8e79989403d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ hyper = { version = "=1.5.1", features = ["client", "http1"] } indexmap = { version = "=2.6.0", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.20.0" -json-subscriber = "=0.2.2" +json-subscriber = "=0.2.3" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = "=2.5.0"