diff --git a/Cargo.lock b/Cargo.lock index ade0461..7199d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1771,9 +1771,9 @@ dependencies = [ [[package]] name = "trillium" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5598bb9ee521a4c76df72b4c54123eca7add1dc260b5d57d120c1992a25437e" +checksum = "a681429e69e31b16ebafbca897a18e45ac5236733e4f9c81b4f4cfcfb5a0dd22" dependencies = [ "async-trait", "futures-lite", diff --git a/Cargo.toml b/Cargo.toml index c68943b..1568476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ signal-hook = { version = "0.3.15", default-features = false } signal-hook-tokio = { version = "0.3.1", features = [ "futures-v0_3" ] } tokio = { version = "1.26.0", features = [ "macros", "rt", "sync" ] } tracing = "0.1.37" -trillium = "0.2.6" +trillium = "0.2.7" trillium-api = { version = "0.1.0", default-features = false } trillium-client = { version = "0.3.0", features = [ "json" ] } trillium-router = "0.3.5"