From d7e8f84dd1d90453e1b45213e179be87e4adf90b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 18 Nov 2022 21:54:17 +0000 Subject: [PATCH] Update Rust crate tokio to 1.22.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- como_api/Cargo.toml | 2 +- como_gql/Cargo.toml | 2 +- como_infrastructure/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52c739a..ced3d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2463,9 +2463,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 10dd1ba..5d26048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-sessions = { version = "*" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.88" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.22.0", features = ["full"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", diff --git a/como_api/Cargo.toml b/como_api/Cargo.toml index b082b28..513a3eb 100644 --- a/como_api/Cargo.toml +++ b/como_api/Cargo.toml @@ -19,7 +19,7 @@ axum-sessions = { version = "*" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.88" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.22.0", features = ["full"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", diff --git a/como_gql/Cargo.toml b/como_gql/Cargo.toml index cf17771..d28cfc5 100644 --- a/como_gql/Cargo.toml +++ b/como_gql/Cargo.toml @@ -17,7 +17,7 @@ axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-sessions = { version = "*" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.88" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.22.0", features = ["full"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", diff --git a/como_infrastructure/Cargo.toml b/como_infrastructure/Cargo.toml index 6e76a56..939ed17 100644 --- a/como_infrastructure/Cargo.toml +++ b/como_infrastructure/Cargo.toml @@ -16,7 +16,7 @@ axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-sessions = { version = "*" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.88" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.22.0", features = ["full"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } sqlx = { version = "0.6", features = [ "runtime-tokio-rustls",