Skip to content

Commit

Permalink
Bump once_cell from 1.12.0 to 1.18.0
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.18.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.12.0...v1.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sharkdp committed Oct 21, 2023
1 parent 15164db commit 99cc8e9
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["doc/pastel.gif"]
# library dependencies
atty = "0.2"
nom = "7.0.0"
once_cell = "1.9.0"
once_cell = "1.18.0"
output_vt100 = "0.1"
rand = "0.8"

Expand All @@ -30,7 +30,7 @@ features = ["suggestions", "color", "wrap_help", "cargo"]
[build-dependencies]
clap = { version = "3", features = ["cargo"] }
clap_complete = "3"
once_cell = "1.9.0"
once_cell = "1.18.0"
output_vt100 = "0.1"

[[bin]]
Expand Down

0 comments on commit 99cc8e9

Please sign in to comment.