ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump once_cell from 1.17.2 to 1.18.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 to 1.18.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.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>
This commit is contained in:
dependabot[bot] 2023-06-05 16:11:58 +00:00 committed by github-actions[bot]
parent 4b0b98a3da
commit eb1fafa89e
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1099,9 +1099,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.2"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "oorandom"

View file

@ -49,7 +49,7 @@ indexmap = "1.9.3"
itertools = "0.10.5"
jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false }
maplit = "1.0.2"
once_cell = "1.17.2"
once_cell = "1.18.0"
pest = "2.6.0"
pest_derive = "2.6"
regex = "1.8.4"

View file

@ -32,7 +32,7 @@ git2 = "0.17.2"
hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
once_cell = "1.17.2"
once_cell = "1.18.0"
pest = "2.6.0"
pest_derive = "2.6.0"
prost = "0.11.9"