diff --git a/Cargo.lock b/Cargo.lock index 697e3b0..bbf0fc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "http" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 4d6633f..431af97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_json = { version = "1.0.149", features = ["raw_value", "alloc", "preserve_ serde_yaml_bw = "2.5.5" tokio = { version = "1.52.1", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] } -http = "1.4.0" +http = "1.4.1" http-serde = "2.1.1" built = { version = "0.8.0", features = ["chrono"] } rootcause = "0.12.1"