Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Aug 15, 2024
1 parent 0dc47ef commit 42ad0e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,31 @@ console_error_panic_hook = "0.1"
console_log = "1"
cfg-if = "1"
gloo-net = "0.6.0"
indexmap = "2.3.0"
indexmap = "2.4.0"
indoc = "2.0.5"
js-sys = "0.3.69"
web-sys = "0.3.69"
js-sys = "0.3.70"
web-sys = "0.3.70"
leptos = { version = "0.6" }
leptos_axum = "0.6"
leptos_meta = { version = "0.6" }
leptos_router = { version = "0.6" }
leptos-use = "0.11.3"
leptos-use = "0.12.0"
log = "0.4"
log4rs = { version = "1.3.0", default-features = false }
monaco = "0.4.0"
serde = "1.0.204"
serde = "1.0.207"
tempfile = "3.12.0"
tokio = "1.39.2"
tower = "0.4.13"
wasm-bindgen = "0.2.92"
tower = "0.5.0"
wasm-bindgen = "0.2.93"
tailwind-css = "0.13.0"
thiserror = "1.0.63"
tracing = "0.1.40"
http = "1.1.0"
proc-macro2 = "1.0.86"
quote = "1.0.36"
reqwest = "0.12.5"
syn = "2.0.72"
syn = "2.0.74"
serde_yaml = "0.9.34"

[workspace.lints.rust]
Expand Down
1 change: 1 addition & 0 deletions playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ssr = [
"tokio?/process",
"tokio?/rt-multi-thread",
"dep:tower",
"tower?/util",
"dep:tower-http",
"dep:leptos_axum",
"leptos/ssr",
Expand Down

0 comments on commit 42ad0e3

Please sign in to comment.