From 83f771190a29bee9888c05a1cd8bd59089e01acb Mon Sep 17 00:00:00 2001 From: Dirreck Date: Sun, 13 Aug 2023 18:19:47 +0800 Subject: [PATCH] Bump object to 0.32.0 (#7) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }