From afc9dcd41602b7d04f8bfbd6af2a5d34b3651730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:58:53 +0000 Subject: [PATCH] Bump tokio-util from 0.7.12 to 0.7.13 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.13) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- njord/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f253306..07cd998 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2653,9 +2653,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/njord/Cargo.toml b/njord/Cargo.toml index 2be88f4..fe2660b 100644 --- a/njord/Cargo.toml +++ b/njord/Cargo.toml @@ -24,7 +24,7 @@ mysql = { version = "25.0.1", optional = true } oracle = { version = "0.6.2", features = ["chrono"], optional = true } tiberius = { version = "0.12.3", default-features = false, features = ["chrono", "time", "tds73", "rust_decimal", "bigdecimal", "rustls"], optional = true } tokio = { version = "1.42.0", features = ["full"], optional = true } -tokio-util = { version = "0.7.12", features = ["compat"], optional = true } +tokio-util = { version = "0.7.13", features = ["compat"], optional = true } [dev-dependencies] njord_derive = { version = "0.5.0", path = "../njord_derive" }