diff --git a/library/Cargo.toml b/library/Cargo.toml index 20f98ff..05d74f7 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -20,7 +20,7 @@ bipatch = "1.0.0" # Used for exposing C API # comde is a wrapper around several compression libraries. # We only use zstd and could depend on it directly instead. -comde = { version = "0.2.3", default-features = false, features = [ +comde = { version = "0.3.1", default-features = false, features = [ "zstandard", ] } dyn-clone = "1.0.16" @@ -37,7 +37,7 @@ once_cell = "1.17.1" # Pipe is a simple in-memory pipe implementation, there might be a std way too? pipe = "0.4.0" # Used for networking. -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13", default-features = false, features = [ "blocking", "json", "rustls-tls",