Skip to content

Commit

Permalink
chore(deps): update rust crate const-oid to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and flihp committed Nov 27, 2023
1 parent 0479a62 commit ca6677c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dice-cert-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true, default-features = true }
clap = { workspace = true, default-features = true, features = ["derive"] }
const-oid = { version = "0.9.4", features = ["db"] }
const-oid = { version = "0.9.5", features = ["db"] }
env_logger = { workspace = true, default-features = true }
hex = { workspace = true, default-features = true }
log = { workspace = true, default-features = true, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion dice-mfg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MPL-2.0"
anyhow = { workspace = true, features = ["std"] }
chrono = { workspace = true, features = ["clock", "std"] }
clap = { workspace = true, features = ["derive", "env"] }
const-oid = { version = "0.9.4", features = ["std", "db"] }
const-oid = { version = "0.9.5", features = ["std", "db"] }
corncobs.workspace = true
dice-mfg-msgs = { path = "../dice-mfg-msgs", features = ["std"] }
env_logger.workspace = true
Expand Down

0 comments on commit ca6677c

Please sign in to comment.