Skip to content

Commit

Permalink
itertools version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marirs committed Feb 11, 2024
1 parent 8fd4803 commit e8d9622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,19 @@ edition = "2021"

[dependencies]
hex = "0.4.3"
itertools = "0.10.3"
itertools = "0.12.1"
pdb = "0.8.0"
petgraph = "0.6.2"
regex = "1.5"
fancy-regex = { git = "https://github.com/mnaza/fancy-regex.git" }
serde = { version = "1", features = ["derive"] }
#smda = {git = "https://github.com/jorgeaduran/smda-rs.git", branch = "fixes"}
smda = "0.2.6"
thiserror = "1"
walkdir = "2.3.2"
yaml-rust = "0.4.5"
goblin = { version = "0.8.0", features = ["alloc"] }
maplit = "1"
dnfile = { git = "https://github.com/marirs/dnfile-rs.git", branch = "master" }
#dnfile = { git = "https://github.com/jorgeaduran/dnfile-rs.git", branch = "features/optimize_decoding" }
lazy_static = "1.4.0"
parking_lot = "0.12.1"
serde_json = "1.0.113"
Expand Down

0 comments on commit e8d9622

Please sign in to comment.