diff --git a/Cargo.lock b/Cargo.lock index 64fa99f..de710ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "184f5e6cce583a9db6b6f8d772a42cfce5b78e7c3ef26118cec3ce4c8c14969b" +checksum = "9a13149d0cf3f7f9b9261fad4ec63b2efbf9a80665f52def86282d26255e6331" dependencies = [ "flate2", "http", diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 9e0ee0d..36a630c 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = { version = "^0.27", default-features = false, features = [ +attohttpc = { version = "^0.28", default-features = false, features = [ "compress", ] } base64 = "^0.22"