Skip to content

Commit

Permalink
build(deps): bump once_cell from 1.14.0 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.16.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.14.0...v1.16.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dspicher committed Dec 7, 2022
1 parent 6fdcbe6 commit f820d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.64"
bitcoin_hashes = "0.11.0"
crc = "3.0.0"
hex = "0.4.3"
once_cell = "1.14.0"
once_cell = "1.16.0"
rand_xoshiro = "0.6.0"
serde = "1.0.147"
serde_cbor = { version = "0.11.2", features = ["tags"] }
Expand Down

0 comments on commit f820d9b

Please sign in to comment.