From 16fb9ec51703074293641eda206054d93fe89de1 Mon Sep 17 00:00:00 2001 From: picoHz <53327867+picoHz@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:19:42 +0900 Subject: [PATCH] taxy: bump to v0.3.16 --- Cargo.lock | 2 +- taxy-webui/Cargo.toml | 2 +- taxy/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a72ee974..f72759ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,7 +3072,7 @@ dependencies = [ [[package]] name = "taxy" -version = "0.3.15" +version = "0.3.16" dependencies = [ "anyhow", "arc-swap", diff --git a/taxy-webui/Cargo.toml b/taxy-webui/Cargo.toml index 8a2d865b..05fb4d6a 100644 --- a/taxy-webui/Cargo.toml +++ b/taxy-webui/Cargo.toml @@ -11,7 +11,7 @@ yew-router = "0.17.0" gloo-net = "0.3.0" getrandom = { version = "0.2", features = ["js"] } wasm-bindgen-futures = "0.4.37" -taxy-api = "0.1.12" +taxy-api = "0.1.13" serde_json = "1.0.102" gloo-utils = "0.1.7" serde_derive = "1.0.171" diff --git a/taxy/Cargo.toml b/taxy/Cargo.toml index 21dbe4d6..8ec0e460 100644 --- a/taxy/Cargo.toml +++ b/taxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taxy" -version = "0.3.15" +version = "0.3.16" edition = "2021" include = ["/src", "/templates", "/build.rs", "/LICENSE", "/dist/webui"] build = "build.rs" @@ -66,7 +66,7 @@ sqlx = { version = "0.7.0", features = [ "time", ] } tar = "0.4.38" -taxy-api = { version = "0.1.12", features = ["warp"] } +taxy-api = { version = "0.1.13", features = ["warp"] } thiserror = "1.0.43" time = { version = "0.3.23", features = ["serde"] } tokio = { version = "1.29.1", features = [