Skip to content

Commit

Permalink
Merge pull request #3255 from etungsten/114testsys008
Browse files Browse the repository at this point in the history
[1.14.x] Bump testsys to 0.0.8
  • Loading branch information
etungsten authored Jul 6, 2023
2 parents ff94d4b + a9dc76d commit 0ddb802
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions tools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ skip-tree = [
{ name = "windows-sys", version = "=0.42.0" },

# TestSys uses a newer version of base64 and serde_yaml
{ name = "testsys-model", version = "=0.0.7" },
{ name = "bottlerocket-types", version = "=0.0.7" },
{ name = "testsys-model", version = "=0.0.8" },
{ name = "bottlerocket-types", version = "=0.0.8" },
]

[sources]
Expand Down
4 changes: 2 additions & 2 deletions tools/testsys-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ edition = "2021"
publish = false

[dependencies]
bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"}
bottlerocket-variant = { version = "0.1", path = "../../sources/bottlerocket-variant" }
handlebars = "4"
home = "0.5"
lazy_static = "1"
log = "0.4"
maplit="1"
testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"}
serde = { version = "1", features = ["derive"] }
serde_plain = "1"
serde_yaml = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions tools/testsys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ async-trait = "0.1"
aws-config = "0.54.1"
aws-sdk-ec2 = "0.24"
base64 = "0.20"
bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"}
bottlerocket-variant = { version = "0.1", path = "../../sources/bottlerocket-variant" }
clap = { version = "3", features = ["derive", "env"] }
env_logger = "0.10"
futures = "0.3"
handlebars = "4"
log = "0.4"
maplit = "1"
testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"}
pubsys-config = { path = "../pubsys-config/", version = "0.1.0" }
fastrand = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 0ddb802

Please sign in to comment.