Skip to content

Commit

Permalink
Update dependencies versions in Cargo.toml and Cargo.lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Jan 21, 2024
1 parent 9750cf3 commit 0faef6d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
42 changes: 16 additions & 26 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ path = "src/main.rs"
lto = true

[dependencies]
clap = { version = "4.4.16", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
exr = "1.71.0"
jwalk = "0.8.1"
lazy_static = "1.4.0"
rayon = "1.8.0"
rayon = "1.8.1"

[dependencies.regex]
version = "1.10.2"
version = "1.10.3"
default-features = false
# regex currently requires the standard library, you must re-enable it.
features = ["std", "unicode-perl"]
Expand All @@ -34,7 +34,7 @@ criterion = "0.5"
serde_json = "1.0.111"
serde = "1.0.195"
assert_cmd = "2.0.13"
predicates = "3.0.4"
predicates = "3.1.0"
sys-locale = "0.3.1"

[[bench]]
Expand Down

0 comments on commit 0faef6d

Please sign in to comment.