Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 25, 2024
1 parent 5d0435f commit d8a8b05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

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

[dependencies]
regex = { version = "1.11.0", optional = true }
serde = { version = "1.0.210", features = ["derive"], optional = true }
regex = { version = "1.11.1", optional = true }
serde = { version = "1.0.213", features = ["derive"], optional = true }
rand = { version = "0.8.5", optional = true }

[features]
Expand Down

0 comments on commit d8a8b05

Please sign in to comment.