Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 14, 2024
1 parent 92f5a03 commit 5b64c8c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ cfg-if = "1"
console_error_panic_hook = "0.1"
console_log = "1"
gloo-net = "0.6.0"
indexmap = "2.6.0"
indexmap = "2.7.0"
indoc = "2.0.5"
js-sys = "0.3.72"
web-sys = "0.3.72"
js-sys = "0.3.76"
web-sys = "0.3.76"
leptos = { version = "0.7.0" }
leptos_axum = "0.7.0"
leptos_meta = { version = "0.7.0" }
Expand All @@ -79,19 +79,19 @@ leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git" }
log = "0.4"
log4rs = { version = "1.3.0", default-features = false }
monaco = "0.5.0"
serde = "1.0.215"
serde = "1.0.216"
tempfile = "3.14.0"
tokio = "1.41.1"
tower = "0.5.1"
wasm-bindgen = "0.2.95"
tokio = "1.42.0"
tower = "0.5.2"
wasm-bindgen = "0.2.99"
tailwind-css = "0.13.0"
thiserror = "2.0.3"
tracing = "0.1.40"
http = "1.1.0"
thiserror = "2.0.7"
tracing = "0.1.41"
http = "1.2.0"
proc-macro2 = "1.0.92"
quote = "1.0.37"
reqwest = "0.12.9"
syn = "2.0.89"
syn = "2.0.90"
serde_yaml = "0.9.34"

[workspace.lints.rust]
Expand Down

0 comments on commit 5b64c8c

Please sign in to comment.