diff --git a/Cargo.lock b/Cargo.lock index 2f21836..3f48b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,7 +3072,7 @@ dependencies = [ [[package]] name = "taxy" -version = "0.3.16" +version = "0.3.17" dependencies = [ "anyhow", "arc-swap", diff --git a/taxy-webui/Cargo.toml b/taxy-webui/Cargo.toml index 05fb4d6..46a02da 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.13" +taxy-api = "0.1.14" 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 8ec0e46..4de2348 100644 --- a/taxy/Cargo.toml +++ b/taxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taxy" -version = "0.3.16" +version = "0.3.17" 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.13", features = ["warp"] } +taxy-api = { version = "0.1.14", features = ["warp"] } thiserror = "1.0.43" time = { version = "0.3.23", features = ["serde"] } tokio = { version = "1.29.1", features = [