Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Dec 3, 2024
1 parent bbf3064 commit c141e83
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 60 deletions.
127 changes: 73 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ petgraph = {version = "0.6.5", default-features = false, features = ["stable_gra
regex = "1.10.6"
unic-char-range = "0.9.0"
unic-ucd-category = "0.9.0"
unicode-segmentation = "1.11.0"
unicode-segmentation = "1.12.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
clap = {version = "4.5.20", features = ["derive", "wrap_help"], optional = true}
pyo3 = {version = "0.22.3", optional = true}
clap = {version = "4.5.21", features = ["derive", "wrap_help"], optional = true}
pyo3 = {version = "0.23.2", optional = true}

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.97"

[dev-dependencies]
indoc = "2.0.5"
Expand All @@ -58,10 +58,10 @@ assert_cmd = "2.0.16"
criterion = "0.5.1"
predicates = "3.1.2"
proptest = "1.5.0"
tempfile = "3.13.0"
tempfile = "3.14.0"

[target.'cfg(target_family = "wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3.42"
wasm-bindgen-test = "0.3.47"

[features]
default = ["cli"]
Expand Down

0 comments on commit c141e83

Please sign in to comment.