Skip to content

Commit d2d97f1

Browse files
committed
Upgrade
1 parent 6e76148 commit d2d97f1

3 files changed

Lines changed: 51 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doteur_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/nag763/doteur/"
1212
[dependencies]
1313
regex = "1.11.1"
1414
lazy_static = "1.5.0"
15-
log = "0.4.22"
15+
log = "0.4.25"
1616
itertools = "0.13.0"
1717
mysql = { version="25.0.1", optional=true}
1818
rusqlite = { version="0.32.1", optional=true}

doteur_wasm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ doteur_core = { path = "../doteur_core", default-features = false, version="0.5.
1010
gloo-console = "0.3.0"
1111
leptos = { version = "0.6.15", features = ["csr"] }
1212
leptos-use = "0.13.13"
13-
wasm-bindgen = "0.2.99"
14-
wasm-bindgen-futures = "0.4.49"
15-
web-sys = "0.3.76"
13+
wasm-bindgen = "0.2.100"
14+
wasm-bindgen-futures = "0.4.50"
15+
web-sys = "0.3.77"

0 commit comments

Comments
 (0)