Skip to content

Commit

Permalink
build(deps): update object requirement from 0.31.0 to 0.35.0
Browse files Browse the repository at this point in the history
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](gimli-rs/object@0.31.0...0.35.0)

---
updated-dependencies:
- dependency-name: object
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent d7c0b14 commit bc7efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.35.0", features = ["read"] }
# singing
base64 = "0.13.0"
rsa = { version = "0.8", features = ["sha2"] }
Expand Down

0 comments on commit bc7efe7

Please sign in to comment.