Skip to content

Commit 8746627

Browse files
authored
DEVPROD-14172: update shrub-rs to 0.5.5 (#86)
1 parent 6fd2c13 commit 8746627

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.7.20 - 2025-01-16
4+
* DEVPROD-14172 Update shrub-rs dependency that includes papertrail.trace command
5+
36
## 0.7.19 - 2024-11-18
47
* DEVPROD-11914 Update shrub-rs dependency that includes ec2.assume_role command
58

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 mongodb/mongo project."
44
license = "Apache-2.0"
5-
version = "0.7.19"
5+
version = "0.7.20"
66
repository = "https://github.com/mongodb/mongo-task-generator"
77
authors = ["Decision Automation Group <[email protected]>"]
88
edition = "2018"
@@ -25,7 +25,7 @@ serde = { version = "1.0.206", features = ["derive"] }
2525
serde_json = "1.0.124"
2626
serde_yaml = "0.9.33"
2727
shellexpand = "3.1.0"
28-
shrub-rs = "0.5.4"
28+
shrub-rs = "0.5.5"
2929
tokio = { version = "1.39.2", features = ["full"] }
3030
tracing = "0.1.40"
3131
tracing-subscriber = { version = "0.3.18", features = ["json", "fmt", "std"] }

0 commit comments

Comments
 (0)