From 4724f80a512d667890e70712fa70e7a7259dcbb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:36:32 +0000 Subject: [PATCH] Bump tokio from 1.39.2 to 1.41.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gltf_kun/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dafe45..3b5f0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4483,9 +4483,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/crates/gltf_kun/Cargo.toml b/crates/gltf_kun/Cargo.toml index 740d995..d024e57 100644 --- a/crates/gltf_kun/Cargo.toml +++ b/crates/gltf_kun/Cargo.toml @@ -23,5 +23,5 @@ thiserror.workspace = true tracing = "0.1.40" [dev-dependencies] -tokio = { version = "1.37.0", features = ["full"] } +tokio = { version = "1.41.0", features = ["full"] } tracing-test = "0.2.4"