Update dependencies

This commit is contained in:
Quentin Boyer 2024-12-30 21:19:19 +01:00
parent dec027f258
commit 53ec443972
18 changed files with 1342 additions and 1870 deletions

View file

@ -6,19 +6,19 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ammonia = "3.3.0"
anyhow = "1.0.79"
ammonia = "4.0.0"
anyhow = "1.0.95"
api = { version = "0.1.0", path = "../api" }
dioxus = "0.4.3"
dioxus-router = { version = "0.4.3", features = ["web"] }
dioxus-web = "0.4.3"
gloo-net = { version = "0.5.0", features = ["json"] }
dioxus = "0.6.1"
dioxus-router = { version = "0.6.1", features = ["web"] }
dioxus-web = "0.6.1"
gloo-net = { version = "0.6.0", features = ["json"] }
gloo-storage = "0.3.0"
gloo-utils = "0.2.0"
itertools = "0.12.0"
log = "0.4.20"
pulldown-cmark = "0.9.3"
serde = { version = "1.0.195", features = ["derive"] }
itertools = "0.13.0"
log = "0.4.22"
pulldown-cmark = "0.12.2"
serde = { version = "1.0.217", features = ["derive"] }
urlencoding = "2.1.3"
uuid = "1.7.0"
wasm-bindgen = "0.2.90"
uuid = "1.11.0"
wasm-bindgen = "0.2.99"