diff --git a/Cargo.toml b/Cargo.toml index d74db84..5c2231e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ repository = "https://github.com/rust-lang/ar_archive_writer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -object = { version = "0.31.0", default-features = false, features = ["std", "read"] } +object = { version = "0.32.0", default-features = false, features = ["std", "read"] }