From 28c5ec5e6b9c33e08ba56a130c482a5872d31ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 16:57:03 +0000 Subject: [PATCH] Bump tokio from 1.28.0 to 1.28.1 in /axum-csp Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- axum-csp/Cargo.lock | 4 ++-- axum-csp/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/axum-csp/Cargo.lock b/axum-csp/Cargo.lock index f69e95cf..4cafc132 100644 --- a/axum-csp/Cargo.lock +++ b/axum-csp/Cargo.lock @@ -626,9 +626,9 @@ checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" [[package]] name = "tokio" -version = "1.28.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" +checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" dependencies = [ "autocfg", "bytes", diff --git a/axum-csp/Cargo.toml b/axum-csp/Cargo.toml index 230a13d8..49d74cb5 100644 --- a/axum-csp/Cargo.toml +++ b/axum-csp/Cargo.toml @@ -15,9 +15,9 @@ categories = ["network-programming"] axum = { version = "0.6.18", default-features = false, features = ["headers", "original-uri"] } http = "0.2.9" regex = "1.8.1" -tokio = { version = "1.28.0", default-features = false, features = ["sync"] } +tokio = { version = "1.28.1", default-features = false, features = ["sync"] } [dev-dependencies] axum-server = "0.5.0" lazy_static = "1.4.0" -tokio = { version = "1.28.0", default-features = false, features = ["full"] } +tokio = { version = "1.28.1", default-features = false, features = ["full"] }