From 8006ab04202f57ecdfcea0545791f8c425de466f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:14:19 +0000 Subject: [PATCH] chore(deps): Bump tokio in /auto-promote-action/auto-promote Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auto-promote-action/auto-promote/Cargo.lock | 5 ++--- auto-promote-action/auto-promote/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/auto-promote-action/auto-promote/Cargo.lock b/auto-promote-action/auto-promote/Cargo.lock index d932bb6..d24046a 100644 --- a/auto-promote-action/auto-promote/Cargo.lock +++ b/auto-promote-action/auto-promote/Cargo.lock @@ -1279,16 +1279,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/auto-promote-action/auto-promote/Cargo.toml b/auto-promote-action/auto-promote/Cargo.toml index f68afd8..9631e01 100644 --- a/auto-promote-action/auto-promote/Cargo.toml +++ b/auto-promote-action/auto-promote/Cargo.toml @@ -12,5 +12,5 @@ octocrab = "0.15" regex = "1.5" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.18", features = ["full"] } uuid = { version = "0.8", features = ["v4" ] } \ No newline at end of file