From 110adfd6ca47e3bb4a2776666fecea39b4fc2c03 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Thu, 22 Feb 2024 02:49:09 +0800 Subject: [PATCH] bump: viz v0.8.3 --- Cargo.toml | 18 +++++++++--------- viz-smol/Cargo.toml | 2 +- viz-test/Cargo.toml | 2 +- viz-tower/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5a32a4e..a2d75bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ members = [ ] [workspace.package] -version = "0.8.2" +version = "0.8.3" authors = ["Fangdun Tsai "] edition = "2021" homepage = "https://viz.rs" @@ -49,15 +49,15 @@ license = "MIT" rust-version = "1.75" [workspace.dependencies] -viz = { version = "0.8.2", path = "viz" } -viz-core = { version = "0.8.2", path = "viz-core" } -viz-router = { version = "0.8.2", path = "viz-router" } -viz-handlers = { version = "0.8.2", path = "viz-handlers", default-features = false } +viz = { version = "0.8.3", path = "viz" } +viz-core = { version = "0.8.3", path = "viz-core" } +viz-router = { version = "0.8.3", path = "viz-router" } +viz-handlers = { version = "0.8.3", path = "viz-handlers", default-features = false } viz-macros = { version = "0.2.0", path = "viz-macros" } -viz-test = { version = "0.2.2", path = "viz-test" } -viz-tower = { version = "0.1.2", path = "viz-tower" } +viz-test = { version = "0.2.3", path = "viz-test" } +viz-tower = { version = "0.1.3", path = "viz-tower" } -viz-smol = { version = "0.1.3", path = "viz-smol" } +viz-smol = { version = "0.1.4", path = "viz-smol" } anyhow = "1.0" async-trait = "0.1" @@ -82,7 +82,7 @@ headers = "0.4" http = "1" http-body = "1" http-body-util = "0.1" -hyper = { version = "1.1", features = ["server"] } +hyper = { version = "1.2", features = ["server"] } hyper-util = { version = "0.1.3", features = ["server-auto", "tokio"] } mime = "0.3" mime_guess = "2.0" diff --git a/viz-smol/Cargo.toml b/viz-smol/Cargo.toml index 48e9f7ae..e8502fc9 100644 --- a/viz-smol/Cargo.toml +++ b/viz-smol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-smol" -version = "0.1.3" +version = "0.1.4" documentation = "https://docs.rs/viz-smol" description = "An adapter for smol runtime" readme = "README.md" diff --git a/viz-test/Cargo.toml b/viz-test/Cargo.toml index 5e8a04e1..27e82947 100644 --- a/viz-test/Cargo.toml +++ b/viz-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-test" -version = "0.2.2" +version = "0.2.3" edition.workspace = true license.workspace = true authors.workspace = true diff --git a/viz-tower/Cargo.toml b/viz-tower/Cargo.toml index b86016bb..b3a9ddc5 100644 --- a/viz-tower/Cargo.toml +++ b/viz-tower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-tower" -version = "0.1.2" +version = "0.1.3" documentation = "https://docs.rs/viz-tower" description = "An adapter for tower service" readme = "README.md"