Skip to content

Commit

Permalink
build(deps): bump const-oid from 0.10.0-rc.0 to 0.10.0-rc.1
Browse files Browse the repository at this point in the history
Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.10.0-rc.0 to 0.10.0-rc.1.
- [Commits](https://github.com/RustCrypto/formats/commits)

---
updated-dependencies:
- dependency-name: const-oid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 6c46762 commit 966959d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crypto-common = "0.2.0-rc.0"
block-buffer = { version = "0.11.0-rc.2", optional = true }
subtle = { version = "2.4", default-features = false, optional = true }
blobby = { version = "0.3", optional = true }
const-oid = { version = "0.10.0-rc.0", optional = true }
const-oid = { version = "0.10.0-rc.1", optional = true }
zeroize = { version = "1.7", optional = true, default-features = false }

[features]
Expand Down

0 comments on commit 966959d

Please sign in to comment.