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

cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [once_cell](https://github.com/matklad/once_cell).

- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-07 15:35:33 +00:00 committed by github-actions[bot]
parent c197add39b
commit d77dae4ce7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1928,9 +1928,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.18.0" version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]] [[package]]
name = "oorandom" name = "oorandom"

View file

@ -54,7 +54,7 @@ itertools = "0.11.0"
libc = { version = "0.2.150" } libc = { version = "0.2.150" }
maplit = "1.0.2" maplit = "1.0.2"
num_cpus = "1.16.0" num_cpus = "1.16.0"
once_cell = "1.18.0" once_cell = "1.19.0"
ouroboros = "0.18.0" ouroboros = "0.18.0"
pest = "2.7.5" pest = "2.7.5"
pest_derive = "2.7.5" pest_derive = "2.7.5"