From 0702934ff20707e75003b1d63fd6f6e2a148c4b0 Mon Sep 17 00:00:00 2001 From: Dirreck Date: Sun, 13 Aug 2023 15:31:02 +0800 Subject: [PATCH] Bump object to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a35275..1805ec4 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"] }