From aa01eca5b0f1ba0e9fc4de27b1ad636a0197e552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 07:01:12 +0000 Subject: [PATCH 1/2] build(deps): bump tokio-util from 0.7.4 to 0.7.5 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.4...tokio-util-0.7.5) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..1078f81f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,9 +2657,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" +checksum = "7e267c18a719545b481171952a79f8c25c80361463ba44bc7fa9eba7c742ef4f" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..55dad5f1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ strfmt = { version = "0.2.2", default-features = false } time = { version = "0.3.17", default-features = false, features = ["formatting", "parsing", "macros", "serde", "serde-well-known"] } time-tz = { version = "1.0.2", default-features = false, features = ["db"] } tokio = { version = "1.25.0", default-features = false, features = ["net", "fs", "io-util", "rt-multi-thread", "macros", "time", "parking_lot"] } -tokio-util = { version = "0.7.4", default-features = false, features = ["codec"] } +tokio-util = { version = "0.7.5", default-features = false, features = ["codec"] } tracing = { version = "0.1.37", default-features = false, features = ["std", "attributes", "max_level_trace", "release_max_level_debug"] } tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt", "std", "time", "env-filter", "json", "tracing-log"] } twilight-cache-inmemory = { version = "0.14.3", default-features = false, features = ["permission-calculator"] } From 9afa5150c8cd659fa5cfe26a1c1355613e40de4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 07:02:39 +0000 Subject: [PATCH 2/2] build(deps): bump thread_local from 1.1.4 to 1.1.6 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.4 to 1.1.6. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/1.1.4...1.1.6) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..7651e14fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2490,10 +2490,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" +checksum = "50f297120ff9d4efe680df143d5631bba9c75fa371992b7fcb33eb3453cb0a07" dependencies = [ + "cfg-if", "once_cell", ]