Skip to content

Commit 7e33cfc

Browse files
authored
Merge pull request #102 from matt-cornell/dependabot/cargo/object-0.32.0
Update object requirement from 0.31.1 to 0.32.0
2 parents 668ba1e + db7a232 commit 7e33cfc

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)