diff --git a/Cargo.lock b/Cargo.lock index e48efac87..02897fc9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4876,9 +4876,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 233d17380..4773d9f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,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.