Merge pull request #46 from warp-tech/dependabot/cargo/tokio-1.18.0

This commit is contained in:
Eugeny 2022-04-29 01:59:51 +02:00 committed by GitHub
commit cd2af9b6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -3369,9 +3369,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.17.0"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
dependencies = [
"bytes",
"libc",

View file

@ -20,7 +20,7 @@ sea-orm = {version = "^0.6", features = ["sqlx-sqlite", "runtime-tokio-native-tl
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
tokio = {version = "1.17", features = ["tracing"]}
tokio = {version = "1.18", features = ["tracing"]}
tracing = "0.1"
uuid = {version = "0.8", features = ["v4", "serde"]}
warpgate-common = {version = "*", path = "../warpgate-common"}

View file

@ -23,7 +23,7 @@ sea-orm = {version = "^0.6", features = ["sqlx-sqlite", "runtime-tokio-native-tl
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
tokio = {version = "1.17", features = ["tracing"]}
tokio = {version = "1.18", features = ["tracing"]}
totp-rs = "1.0"
tracing = "0.1"
url = "2.2"

View file

@ -17,7 +17,7 @@ russh-keys = {version = "0.22.0-beta.1", features = ["openssl"]}
sea-orm = {version = "^0.6", features = ["runtime-tokio-native-tls"], default-features = false}
thiserror = "1.0"
time = "0.3"
tokio = {version = "1.17", features = ["tracing", "signal"]}
tokio = {version = "1.18", features = ["tracing", "signal"]}
tracing = "0.1"
uuid = {version = "0.8", features = ["v4"]}
warpgate-common = {version = "*", path = "../warpgate-common"}

View file

@ -24,7 +24,7 @@ qrcode = "0.12"
rcgen = {version = "0.9", features = ["zeroize"]}
serde_yaml = "0.8.23"
time = "0.3"
tokio = {version = "1.17", features = ["tracing", "signal"]}
tokio = {version = "1.18", features = ["tracing", "signal"]}
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["env-filter", "local-time"]}
warpgate-admin = {version = "*", path = "../warpgate-admin"}