Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Feb 17, 2024
1 parent c2a3a86 commit 06b0f79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@ axum = "0.7.4"
console_error_panic_hook = "0.1"
console_log = "1"
cfg-if = "1"
indexmap = "2.2.2"
indexmap = "2.2.3"
indoc = "2.0.4"
js-sys = "0.3.67"
web-sys = "0.3.67"
js-sys = "0.3.68"
web-sys = "0.3.68"
leptos = { version = "0.6" }
leptos_axum = "0.6"
leptos_meta = { version = "0.6" }
leptos_router = { version = "0.6" }
log = "0.4"
log4rs = { version = "1.2.0", default-features = false }
log4rs = { version = "1.3.0", default-features = false }
serde = "1.0.196"
tempfile = "3.9.0"
tempfile = "3.10.0"
tokio = "1.36.0"
tower = "0.4.13"
wasm-bindgen = "0.2.90"
wasm-bindgen = "0.2.91"
tailwind-css = "0.13.0"
thiserror = "1.0.56"
thiserror = "1.0.57"
tracing = "0.1.40"
http = "1.0.0"
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.48"
syn = "2.0.49"
serde_yaml = "0.9.31"

0 comments on commit 06b0f79

Please sign in to comment.