Skip to content

Commit

Permalink
build(deps): dependency updates that dependabot skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Nov 12, 2024
1 parent 13b0712 commit 3fcdf22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ exclude = [

[dependencies]
byteorder = "1.5.0"
bytes = "1.7.1"
bytes = "1.8.0"
cfb = "0.10.0"
encoding_rs = "0.8.34"
encoding_rs = "0.8.35"
fake = { version = "3.0.1", features = ["derive"] }
md2 = "0.10.2"
nom = "7.1.3"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = { version = "1.0.125", features = ["preserve_order"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
utf16string = "0.2.0"
quick-xml = { version = "0.37.0", features = ["serialize"] }
serde_repr = "0.1.16"
serde_repr = "0.1.19"
hex = "0.4.3"
wavefront_rs = "2.0.0-beta.1"
flate2 = "1.0.31"
image = "0.25.2"
flate2 = "1.0.34"
image = "0.25.5"
weezl = "0.1.8"
regex = "1.10.6"
regex = "1.11.1"

[dev-dependencies]
dirs = "5.0.1"
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
rand = "0.8.5"
rayon = "1.10.0"
testdir = "0.9.0"
testdir = "0.9.1"
walkdir = "2.5.0"
roxmltree = "0.20.0"
testresult = "0.4.1"
Expand Down

0 comments on commit 3fcdf22

Please sign in to comment.