diff --git a/Cargo.lock b/Cargo.lock index a1abaaf8c00..787907f69b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2827,9 +2827,9 @@ dependencies = [ [[package]] name = "json-subscriber" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a08d1752b6005d0846fe6064f9010480a0f0f81c9954bda1fdc6cabd3f8c0bd" +checksum = "a04191d0d2a8409d99dccd5642abf91197a53fd661c6611ddb1f87751802d449" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1d132ddff9c..bde56ad42a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ hyper = { version = "=1.5.1", features = ["client", "http1"] } indexmap = { version = "=2.7.0", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.20.0" -json-subscriber = "=0.2.3" +json-subscriber = "=0.2.4" krata-tokio-tar = "=0.4.2" lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = "=2.5.0"