Skip to content

Commit

Permalink
taxy: bump to v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Jul 28, 2023
1 parent 77b7be5 commit 14bc5da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion taxy-webui/Cargo.toml
Expand Up @@ -12,7 +12,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.10"
taxy-api = "0.1.11"
serde_json = "1.0.102"
gloo-utils = "0.1.7"
serde_derive = "1.0.171"
Expand Down
6 changes: 3 additions & 3 deletions taxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taxy"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
include = ["/src", "/templates", "/build.rs", "/LICENSE", "/dist/webui"]
build = "build.rs"
Expand Down Expand Up @@ -65,7 +65,7 @@ sqlx = { version = "0.7.0", features = [
"time",
] }
tar = "0.4.38"
taxy-api = { version = "0.1.10", features = ["warp"] }
taxy-api = { version = "0.1.11", features = ["warp"] }
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["serde"] }
tokio = { version = "1.29.1", features = [
Expand Down Expand Up @@ -104,7 +104,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
"json",
"stream",
] }
tokio-tungstenite = { version = "0.19.0", features = [
tokio-tungstenite = { version = "0.20.0", features = [
"rustls-tls-native-roots",
] }
warp = { version = "0.3.5", features = ["tls"] }

0 comments on commit 14bc5da

Please sign in to comment.