Updated all dependencies in examples.

This commit is contained in:
Filipe Rodrigues 2026-01-06 18:15:49 +00:00
parent 1a44a88b24
commit 650e86638a
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
2 changed files with 215 additions and 433 deletions

632
examples/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,17 +17,17 @@ dynatos-util = { path = "../dynatos-util" }
zutil-cloned = { git = "https://github.com/Zenithsiz/zutil", rev = "978fa5df733d59fc691812ce2fa6072bf901dc7f" }
anyhow = "1.0.98"
anyhow = "1.0.100"
console_error_panic_hook = "0.1.7"
duplicate = "2.0.0"
duplicate = "2.0.1"
extend = "1.2.0"
itertools = "0.14.0"
js-sys = "0.3.77"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
js-sys = "0.3.83"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
tracing-web = "0.1.3"
url = "2.5.4"
wasm-bindgen = "0.2.100"
web-sys = "0.3.77"
url = "2.5.8"
wasm-bindgen = "0.2.106"
web-sys = "0.3.83"
[workspace.lints]