Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Dec 22, 2023
1 parent 4d545d0 commit 19f8257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rosomaxa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand_distr = "0.4.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
num_cpus = "1.16.0"
tokio = { version= "1.35.0", features=["sync", "rt"], optional = true }
tokio = { version= "1.35.1", features=["sync", "rt"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.11", features = ["js"] }
Expand Down
2 changes: 1 addition & 1 deletion vrp-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ csv = { version = "1.3.0", optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = "4.4.11"
ctrlc = { version = "3.4.1", features = ["termination"] }
ctrlc = { version = "3.4.2", features = ["termination"] }
num_cpus = "1.16.0"

# see https://github.com/xd009642/tarpaulin/issues/1092
Expand Down
2 changes: 1 addition & 1 deletion vrp-pragmatic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde.workspace = true
serde_json.workspace = true
rand.workspace = true

time = { version = "0.3.30", features = ["parsing", "formatting"] }
time = { version = "0.3.31", features = ["parsing", "formatting"] }

[dev-dependencies]
proptest = "1.4.0"
Expand Down

0 comments on commit 19f8257

Please sign in to comment.