Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m committed Sep 23, 2024
1 parent 7b2dd74 commit 3e29cbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
encoding_rs_io = "0.1.7"
rayon = "1.10.0"
quick-xml = "0.36.1"
quick-xml = "0.36.2"
regex = "1.10.6"
clap = { version = "4.5.17", features = ["derive"] }
anyhow = "1.0.88"
clap = { version = "4.5.18", features = ["derive"] }
anyhow = "1.0.89"
strum = { version = "0.26.3", features = ["strum_macros"] }
strum_macros = "0.26.4"

Expand Down

0 comments on commit 3e29cbd

Please sign in to comment.