chore: ⬆️ reqwest and dioxus updated
This commit is contained in:
parent
5cb65f8bad
commit
78a1d52976
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.81"
|
anyhow = "1.0.81"
|
||||||
cpal = { version = "0.15.3", features = ["wasm-bindgen"] }
|
cpal = { version = "0.15.3", features = ["wasm-bindgen"] }
|
||||||
dioxus = { version = "0.5.0-alpha.2", features = ["web"] }
|
dioxus = { version = "0.5.0", features = ["web"] }
|
||||||
futures-core = "0.3.30"
|
futures-core = "0.3.30"
|
||||||
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
|
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
reqwest = { version = "0.11.24", features = ["json"] }
|
reqwest = { version = "0.12.2", features = ["json"] }
|
||||||
ringbuf = "0.3.3"
|
ringbuf = "0.3.3"
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
tokio-tungstenite-wasm = "0.3.1"
|
tokio-tungstenite-wasm = "0.3.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue