diff --git a/Cargo.lock b/Cargo.lock index 12ed195..597140e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[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 51260f5..f6977ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ validator = { version = "0.20.0", features = ["derive"] } # Cloudflare API cloudflare = { version = "0.14.0", features = ["rustls-tls", "blocking"], default-features = false } -http = "1.4.0" +http = "1.4.1" # Time chrono = { version = "0.4.44", features = ["clock"] }