From a64f47a8b9fa71778debf5f90e195ade26dcc88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 21:05:54 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- warpgate-common/Cargo.toml | 2 +- warpgate-core/Cargo.toml | 2 +- warpgate-protocol-mysql/Cargo.toml | 2 +- warpgate-sso/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b98bf9f..6cf8b10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index f11156f..25ed292 100644 --- a/warpgate-common/Cargo.toml +++ b/warpgate-common/Cargo.toml @@ -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"] } diff --git a/warpgate-core/Cargo.toml b/warpgate-core/Cargo.toml index be81f09..80a0a2b 100644 --- a/warpgate-core/Cargo.toml +++ b/warpgate-core/Cargo.toml @@ -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"] } diff --git a/warpgate-protocol-mysql/Cargo.toml b/warpgate-protocol-mysql/Cargo.toml index 3d71f9b..a52ad1c 100644 --- a/warpgate-protocol-mysql/Cargo.toml +++ b/warpgate-protocol-mysql/Cargo.toml @@ -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" diff --git a/warpgate-sso/Cargo.toml b/warpgate-sso/Cargo.toml index 96a9662..8a0753e 100644 --- a/warpgate-sso/Cargo.toml +++ b/warpgate-sso/Cargo.toml @@ -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"