Skip to content

Commit

Permalink
Upgrade pts, test-case, and tokio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpotts committed Aug 31, 2023
1 parent 3754f43 commit 9b6930e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions passivized_vault_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ urlencoding = "2.1"
base64 = "0.21"
const-str = "0.5"
passivized_docker_engine_client = "0.0.7"
passivized_test_support = "0.0.9"
passivized_test_support = "0.0.10"
passivized_vault_client_versions = { version = "0.0.10-alpha", path = "../passivized_vault_client_versions" }
tempfile = "3.3"
test-case = "3.0"
tokio = { version = "1.26", features = ["fs", "macros", "rt-multi-thread"] }
test-case = "3.1"
tokio = { version = "1.32", features = ["fs", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion passivized_vault_client_versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro2 = "1.0"
quote = "1.0"

[dev-dependencies]
test-case = "3.0"
test-case = "3.1"

0 comments on commit 9b6930e

Please sign in to comment.