From 5e8c846bd29467a326cc85b9ce2d02545d2017a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:10:08 +0000 Subject: [PATCH] Bump tokio from 1.41.1 to 1.43.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0982502..69352bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1155,9 +1155,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libsqlite3-sys" @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5d5e565..1401360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rusqlite = { version = "0.32.1", features = ["bundled"] } validator = { version = "0.19", features = ["derive"] } actix-web-httpauth = "0.8.2" jsonwebtoken = "9.3.0" -tokio = "1.41.1" +tokio = "1.43.0" uuid = { version = "1", features = ["v4"] } actix-cors = "0.7.0"