Skip to content

Commit

Permalink
Try to update Rust deps to address security vuln alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 24, 2023
1 parent 4ae9b7d commit 32691d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version = "0.0.0"
edition = "2021"

[dependencies]
clap = { version = "4.2.7", features = ["derive"] }
clap_complete = "4.2.1"
clap = { version = "4.3.24", features = ["derive"] }
clap_complete = "4.3.2"
cubing = "0.5.4"
cxx = "1.0"
cxx = "1.0.106"
lazy_static = "1.4.0"
num_cpus = "1.15.0"
regex = "1.8.1"
num_cpus = "1.16.0"
regex = "1.9.3"
rouille = "3.6.2"
serde = { version = "1.0.160", features = ["derive", "rc"] }
serde_json = "1.0.96"
tempfile = "3.5.0"
serde = { version = "1.0.186", features = ["derive", "rc"] }
serde_json = "1.0.105"
tempfile = "3.8.0"
twsearch = { path = "../rs" }

[dev-dependencies]
Expand Down

0 comments on commit 32691d6

Please sign in to comment.