Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Oct 14, 2023
1 parent e22eb86 commit 5182579
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vrp-cli = { path = "vrp-cli", version = "1.22.1" }

# external dependencies
hashbrown = "0.14.1"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
rand = { version = "0.8.5", features = ["small_rng"] }
rayon = "1.8.0"
Expand Down
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.32.0", features=["sync", "rt"], optional = true }
tokio = { version= "1.33.0", features=["sync", "rt"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.10", 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 @@ -40,7 +40,7 @@ num_cpus = "1.16.0"

# see https://github.com/xd009642/tarpaulin/issues/1092
[target.'cfg(all(not(target_arch = "wasm32"), not(tarpaulin)))'.dependencies]
pyo3 = { version= "0.19.2", features=["extension-module"], optional = true }
pyo3 = { version= "0.20.0", features=["extension-module"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = { version = "0.2.87" }
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.29", features = ["parsing", "formatting"] }
time = { version = "0.3.30", features = ["parsing", "formatting"] }

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

0 comments on commit 5182579

Please sign in to comment.