diff --git a/Cargo.lock b/Cargo.lock index bc9c9cf..d81819a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12489f6c5525b06c7e5d689f0efeeae5b9efc38824478e854da9f4f33f040cf5" +checksum = "b85f766c20e6ae766956f7a2fcc4e0931e79a7e1f48b29132b5d647021114914" dependencies = [ "flate2", "http", diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index d3284d8..9c1a124 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = { version = "^0.23", default-features = false, features = [ +attohttpc = { version = "^0.24", default-features = false, features = [ "compress", ] } base64 = "^0.13"