Skip to content

Commit a4a8d6d

Browse files
DEVPROD-22364 Don't Attempt to Deserialize S3 Visibility in shrub-rs (#110)
1 parent 5e848b9 commit a4a8d6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.5.0"
5+
version = "3.5.1"
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.8.0"
26+
shrub-rs = "0.9.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)