Skip to content

Commit db7a232

Browse files
Update object requirement from 0.31.1 to 0.32.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](gimli-rs/object@0.31.1...0.32.0) --- updated-dependencies: - dependency-name: object dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 668ba1e commit db7a232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cobalt-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ureq = "2.6.2"
2323
path-calculate = "0.1.3"
2424
termcolor = "1.2.0"
2525
owned_chars = "0.3.2"
26-
object = { version = "0.31.1", features = ["write"] }
26+
object = { version = "0.32.0", features = ["write"] }
2727
anyhow = "1.0.71"
2828
anyhow-std = "0.1.3"
2929
thiserror = "1.0.40"

cobalt-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ miette = { version = "5.9.0", features = ["fancy"] }
2020
clap = { version = "4.3.0", features = ["derive"] }
2121
const_format = "0.2.31"
2222
human-repr = "1.1.0"
23-
object = { version = "0.31.1", features = ["write"] }
23+
object = { version = "0.32.0", features = ["write"] }
2424

2525
[[bin]]
2626
name = "co"

0 commit comments

Comments
 (0)