Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Aug 6, 2024
1 parent 3679587 commit de3782e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ required-features = ["cli"]
num_enum = { version = "0.7", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
itertools = { version = "0.13", optional = true }
ipnet = { version = "2.7", optional = true }
bitflags = { version = "2.3.3", features = ["serde"], optional = true }
ipnet = { version = "2.9", optional = true }
bitflags = { version = "2.6", features = ["serde"], optional = true }

#######################
# Parser dependencies #
#######################
bytes = { version = "1.5.0", optional = true }
bytes = { version = "1.7", optional = true }
hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing
log = { version = "0.4", optional = true }
oneio = { version = "0.17.0", default-features = false, features = ["remote", "gz", "bz"], optional = true }
Expand Down

0 comments on commit de3782e

Please sign in to comment.