From 1539f6c013444253e1e8b471d07fe89a2e0d2189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:29:38 +0000 Subject: [PATCH] build(deps): Bump the trillium group with 1 update (#1944) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58e754f60..35c157729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4778,9 +4778,9 @@ dependencies = [ [[package]] name = "trillium-tokio" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf84d604a6e6580cb6da72e8351d69b77613ce7059e1a64d35b77d43e758b308" +checksum = "0fe0cef8c430f8697c5e83efd0e467a7f84e3902e4242d43700369545c82cce1" dependencies = [ "async-compat", "log", diff --git a/Cargo.toml b/Cargo.toml index 70739f469..415ab4607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ trillium-head = "0.2.0" trillium-opentelemetry = "0.3.0" trillium-router = "0.3.5" trillium-testing = "0.5.0" -trillium-tokio = "0.3.1" +trillium-tokio = "0.3.2" [profile.ci] # Disabling debug info improves build speeds & reduces build artifact sizes, which helps CI caching.