mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-12 09:34:35 +08:00
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:
parent
c8abd37f71
commit
3be3971bf7
6 changed files with 7 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2348,9 +2348,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.14.0"
|
version = "1.17.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opaque-debug"
|
name = "opaque-debug"
|
||||||
|
|
|
@ -14,7 +14,7 @@ data-encoding = "2.3"
|
||||||
delegate = "0.6"
|
delegate = "0.6"
|
||||||
humantime-serde = "1.1"
|
humantime-serde = "1.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
once_cell = "1.14"
|
once_cell = "1.17"
|
||||||
password-hash = "0.4"
|
password-hash = "0.4"
|
||||||
poem = { version = "1.3.50", features = ["rustls"] }
|
poem = { version = "1.3.50", features = ["rustls"] }
|
||||||
poem-openapi = { version = "2.0.21", features = [
|
poem-openapi = { version = "2.0.21", features = [
|
||||||
|
|
|
@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||||
data-encoding = "2.3"
|
data-encoding = "2.3"
|
||||||
humantime-serde = "1.1"
|
humantime-serde = "1.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
once_cell = "1.14"
|
once_cell = "1.17"
|
||||||
packet = "0.1"
|
packet = "0.1"
|
||||||
password-hash = "0.4"
|
password-hash = "0.4"
|
||||||
poem = { version = "1.3.50", features = ["rustls"] }
|
poem = { version = "1.3.50", features = ["rustls"] }
|
||||||
|
|
|
@ -13,7 +13,7 @@ data-encoding = "2.3"
|
||||||
delegate = "0.6"
|
delegate = "0.6"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
once_cell = "1.14"
|
once_cell = "1.17"
|
||||||
poem = { version = "^1.3.50", features = [
|
poem = { version = "^1.3.50", features = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"session",
|
"session",
|
||||||
|
|
|
@ -24,5 +24,5 @@ rustls-pemfile = "1.0"
|
||||||
tokio-rustls = "0.23"
|
tokio-rustls = "0.23"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
webpki = "0.22"
|
webpki = "0.22"
|
||||||
once_cell = "1.14"
|
once_cell = "1.17"
|
||||||
rustls-native-certs = "0.6"
|
rustls-native-certs = "0.6"
|
||||||
|
|
|
@ -12,6 +12,6 @@ tracing = "0.1"
|
||||||
openidconnect = { version = "2.4", features = ["reqwest", "rustls-tls", "accept-string-booleans"] }
|
openidconnect = { version = "2.4", features = ["reqwest", "rustls-tls", "accept-string-booleans"] }
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
once_cell = "1.14"
|
once_cell = "1.17"
|
||||||
jsonwebtoken = "8"
|
jsonwebtoken = "8"
|
||||||
data-encoding = "2.3"
|
data-encoding = "2.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue