Bump once_cell from 1.14.0 to 1.17.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.17.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.14.0...v1.17.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-01-09 20:32:11 +00:00 committed by Eugene
parent c8abd37f71
commit 3be3971bf7
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

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

View file

@ -14,7 +14,7 @@ data-encoding = "2.3"
delegate = "0.6"
humantime-serde = "1.1"
futures = "0.3"
once_cell = "1.14"
once_cell = "1.17"
password-hash = "0.4"
poem = { version = "1.3.50", features = ["rustls"] }
poem-openapi = { version = "2.0.21", features = [

View file

@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] }
data-encoding = "2.3"
humantime-serde = "1.1"
futures = "0.3"
once_cell = "1.14"
once_cell = "1.17"
packet = "0.1"
password-hash = "0.4"
poem = { version = "1.3.50", features = ["rustls"] }

View file

@ -13,7 +13,7 @@ data-encoding = "2.3"
delegate = "0.6"
futures = "0.3"
http = "0.2"
once_cell = "1.14"
once_cell = "1.17"
poem = { version = "^1.3.50", features = [
"cookie",
"session",

View file

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

View file

@ -12,6 +12,6 @@ tracing = "0.1"
openidconnect = { version = "2.4", features = ["reqwest", "rustls-tls", "accept-string-booleans"] }
serde = "1.0"
serde_json = "1.0"
once_cell = "1.14"
once_cell = "1.17"
jsonwebtoken = "8"
data-encoding = "2.3"