Skip to content

Commit 35c828a

Browse files
authored
DEVPROD-17822: update shrub to 0.7.0 (#101)
1 parent 03813bc commit 35c828a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mongo-task-generator"
33
description = "Dynamically split evergreen tasks into subtasks for testing the 10gen/mongo project."
44
license = "Apache-2.0"
5-
version = "3.0.1"
5+
version = "3.1.0"
66
repository = "https://github.com/mongodb/mongo-task-generator"
77
authors = ["DevProd Correctness Team <[email protected]>"]
88
edition = "2018"
@@ -23,7 +23,7 @@ serde = { version = "1.0.206", features = ["derive"] }
2323
serde_json = "1.0.124"
2424
serde_yaml = "0.9.33"
2525
shellexpand = "3.1.0"
26-
shrub-rs = "0.6.0"
26+
shrub-rs = "0.7.0"
2727
tokio = { version = "1.39.2", features = ["full"] }
2828
tracing = "0.1.40"
2929
tracing-subscriber = { version = "0.3.18", features = ["json", "fmt", "std"] }

0 commit comments

Comments
 (0)