Skip to content

Commit

Permalink
Relaxed dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantSparks committed Sep 4, 2024
1 parent 6e681fc commit 923d5f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ readme = "readme.md"
[dependencies]
derivative = "2.2.0"
lazy_static = "1.5.0"
regex = "1.10.5"
serde_json = "1.0.120"
thiserror = "1.0.61"
regex = "1.10"
serde_json = "1.0"
thiserror = "1.0"
once_cell = "1.19.0"
figment = { version = "0.10.19", features = ["env", "toml"] }
strum = { version = "0.26.3", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
tempfile = "3.10.1"
Expand Down

0 comments on commit 923d5f9

Please sign in to comment.