Skip to content

Commit

Permalink
Fix some dependencies
Browse files Browse the repository at this point in the history
cf. #1995 update regex and remove
yaml-rust
  • Loading branch information
neunenak committed Apr 10, 2024
1 parent c237c00 commit dc9e80b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
20 changes: 2 additions & 18 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lexiclean = "0.0.1"
libc = "0.2.0"
log = "0.4.4"
num_cpus = "1.15.0"
regex = "1.5.4"
regex = "1.10.4"
semver = "1.0.20"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = "1.0.68"
Expand All @@ -54,7 +54,6 @@ executable-path = "1.0.0"
pretty_assertions = "1.0.0"
temptree = "0.2.0"
which = "6.0.0"
yaml-rust = "0.4.5"

[lib]
doctest = false
Expand Down

0 comments on commit dc9e80b

Please sign in to comment.