Bump
Some checks failed
Check / build (pull_request) Failing after 1m43s

This commit is contained in:
Andras Schmelczer 2026-05-31 21:01:08 +01:00
parent 171045ad66
commit 464b82b8c5
11 changed files with 1071 additions and 1225 deletions

View file

@ -28,7 +28,7 @@ path = "examples/compare-with-diff-match-patch.rs"
serde = { version = "1.0.228", optional = true, features = ["derive"] }
thiserror = "2.0.18"
wasm-bindgen = { version = "0.2.114", optional = true }
wasm-bindgen = { version = "0.2.122", optional = true }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
@ -44,12 +44,12 @@ console_error_panic_hook = [ "dep:console_error_panic_hook" ]
all = [ "wasm", "serde" ]
[dev-dependencies]
insta = "1.46.3"
insta = "1.47.2"
pretty_assertions = "1.4.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_yaml = "0.9.34"
test-case = "3.3.1"
wasm-bindgen-test = "0.3.64"
wasm-bindgen-test = "0.3.72"
diff-match-patch-rs = "0.5.1"
[profile.release]