Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 15, 2024
1 parent 84a54a9 commit 917a6f5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
48 changes: 26 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ name = "evalexpr"
path = "src/lib.rs"

[dependencies]
regex = { version = "1.5.5", optional = true}
serde = { version = "1.0.133", optional = true}
serde_derive = { version = "1.0.133", optional = true}
rand = { version = "0.8.5", optional = true}
regex = { version = "1.11.0", optional = true }
serde = { version = "1.0.210", optional = true }
serde_derive = { version = "1.0.210", optional = true }
rand = { version = "0.8.5", optional = true }

[features]
serde_support = ["serde", "serde_derive"]
regex_support = ["regex"]

[dev-dependencies]
ron = "0.7.0"
ron = "0.8.1"
rand = "0.8.5"
rand_pcg = "0.3.1"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 comments on commit 917a6f5

Please sign in to comment.