Skip to content

Commit

Permalink
chore: update dependencies and refactor test code
Browse files Browse the repository at this point in the history
The changes in this commit update the dependencies and refactor the test code to improve readability and maintainability.
  • Loading branch information
willemneal committed Feb 15, 2024
1 parent 4febbe2 commit ac54bae
Show file tree
Hide file tree
Showing 26 changed files with 753 additions and 517 deletions.
65 changes: 57 additions & 8 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,22 @@ stellar-strkey = { workspace = true }
soroban-sdk = { workspace = true }
sep5 = { workspace = true }
soroban-cli = { workspace = true }
soroban-rpc = { workspace = true }

thiserror = "1.0.31"
sha2 = "0.10.6"
assert_cmd = "2.0.4"
assert_fs = "1.0.7"
predicates = "2.1.5"
fs_extra = "1.3.0"
toml = "0.8.10"


[dev-dependencies]
serde_json = "1.0.93"
which = { workspace = true }
tokio = "1.28.1"
walkdir = "2.4.0"

[features]
integration = []
it = []
Loading

0 comments on commit ac54bae

Please sign in to comment.