Bump once_cell from 1.12.1 to 1.13.0 (#679)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.1...v1.13.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-07 10:53:21 +02:00 committed by GitHub
parent 90b70f4279
commit 0ab80ae39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2078,9 +2078,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.1"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "oorandom"

View file

@ -41,7 +41,7 @@ tokio = { version = "1.19.2", features = ["full"] }
toml = "0.5.9"
futures = "0.3.21"
tokio-stream = "0.1.9"
once_cell = "1.12.1"
once_cell = "1.13.0"
dashmap = { version = "5.3.4", features = ["serde"] }
csv = "1.1.6"
humantime = "2.1.0"

View file

@ -44,7 +44,7 @@ percent-encoding = "2.1.0"
async-stream = "0.3.3"
jwalk = "0.6.0"
cached = "0.36.0"
once_cell = "1.12.1"
once_cell = "1.13.0"
thiserror = "1.0.31"
futures = "0.3.21"
lazy_static = "1.4.0"