From 19cfd2f0e7647b7718a680b3100eaf0fb03241ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:54:43 +0000 Subject: [PATCH] build(deps): update object requirement from 0.31.0 to 0.36.0 Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.31.0...0.36.0) --- updated-dependencies: - dependency-name: object dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f80420..2435c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.7.0" bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs", rev = "a77199a6dd31d90555b4efd2c57d91d3aa3b69e5" } xz2 = "0.1.7" zstd = "0.13.0" -object = { version = "0.31.0", features = ["read"] } +object = { version = "0.36.0", features = ["read"] } # singing base64 = "0.13.0" rsa = { version = "0.8", features = ["sha2"] }