Bump once_cell from 1.13.1 to 1.14.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.14.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.13.1...v1.14.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] 2022-09-02 21:05:54 +00:00 committed by Eugene
parent 845443f108
commit a64f47a8b9
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -2463,9 +2463,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.13.1"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
[[package]]
name = "opaque-debug"

View file

@ -15,7 +15,7 @@ delegate = "0.6"
humantime-serde = "1.1"
lazy_static = "1.4"
futures = "0.3"
once_cell = "1.13"
once_cell = "1.14"
packet = "0.1"
password-hash = "0.4"
poem = { version = "^1.3.40", features = ["rustls"] }

View file

@ -18,7 +18,7 @@ data-encoding = "2.3"
humantime-serde = "1.1"
lazy_static = "1.4"
futures = "0.3"
once_cell = "1.10"
once_cell = "1.14"
packet = "0.1"
password-hash = "0.4"
poem = { version = "^1.3.37", features = ["rustls"] }

View file

@ -24,5 +24,5 @@ rustls-pemfile = "1.0"
tokio-rustls = "0.23"
thiserror = "1.0"
webpki = "0.22"
once_cell = "1.13"
once_cell = "1.14"
rustls-native-certs = "0.6"

View file

@ -12,4 +12,4 @@ tracing = "0.1"
openidconnect = { version = "2.3", features = ["reqwest", "rustls-tls"] }
serde = "1.0"
serde_json = "1.0"
once_cell = "1.13"
once_cell = "1.14"