Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Apr 28, 2024
1 parent e6571bd commit 3e87dfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ edition = "2021"

[dependencies]
nom = "7.1.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.199", features = ["derive"] }
log = "0.4.21"
lz4_flex = "0.11.2"
lz4_flex = "0.11.3"
byteorder = "1.5.0"
plist = "1.6.0"
regex = "1.10.3"
plist = "1.6.1"
regex = "1.10.4"
base64 = "0.22.0"
chrono = "0.4.34"
chrono = "0.4.38"

[dev-dependencies]
simplelog = "0.12.1"
simplelog = "0.12.2"
csv = "1.3.0"
chrono = "0.4.34"
chrono = "0.4.38"
criterion = "0.5.1"

[[bench]]
Expand Down

0 comments on commit 3e87dfa

Please sign in to comment.