Skip to content

Commit

Permalink
Relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Dec 21, 2024
1 parent fa89dff commit 8c80fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ authors = ["Hilko Bengen <[email protected]>"]
keywords = ["linux", "audit", "auditd", "parser"]

[dependencies]
indexmap = "2.4.0"
indexmap = "2"
lazy_static = "1.5.0"
nom = "7.1.3"
serde = { version = "1.0.209", optional = true }
thiserror = ">= 1"
tinyvec = { version = "1.8.0", features = ["alloc"] }
tinyvec = { version = "1.6", features = ["alloc"] }

[features]
serde = ["dep:serde"]
Expand Down

0 comments on commit 8c80fe9

Please sign in to comment.