Skip to content

Commit 8d914e2

Browse files
dependabot[bot]RytoEX
authored andcommitted
build(deps): update object requirement from 0.37.1 to 0.38.1
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.37.1...0.38.1) --- updated-dependencies: - dependency-name: object dependency-version: 0.38.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62487cb commit 8d914e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ toml = "0.9.2"
3636
bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs", rev = "a77199a6dd31d90555b4efd2c57d91d3aa3b69e5" }
3737
xz2 = "0.1.7"
3838
zstd = "0.13.2"
39-
object = { version = "0.37.1", features = ["read"] }
39+
object = { version = "0.38.1", features = ["read"] }
4040
# singing
4141
base64 = "0.22.1"
4242
rsa = { version = "0.9", features = ["sha2"] }

0 commit comments

Comments
 (0)