Skip to content

Commit

Permalink
Use workspace httpmock dep
Browse files Browse the repository at this point in the history
also
- move soroban-test httpmock dep to dev-dependencies
- use workspace dep for stellar-ledger test
  • Loading branch information
elizabethengelman committed Dec 20, 2024
1 parent 19fdbff commit 2974190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ toml_edit = "0.22.20"
toml = "0.8.19"
reqwest = "0.12.7"
predicates = "3.1.2"
httpmock = "0.7.0"

[profile.test-wasms]
inherits = "release"
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ assert_fs = "1.0.7"
predicates = { workspace = true }
fs_extra = "1.3.0"
toml = { workspace = true }
httpmock = "0.7.0"

[dev-dependencies]
serde_json = "1.0.93"
Expand All @@ -42,6 +41,7 @@ walkdir = "2.4.0"
ulid.workspace = true
ed25519-dalek = { workspace = true }
hex = { workspace = true }
httpmock = { workspace = true }

[features]
it = []
2 changes: 1 addition & 1 deletion cmd/crates/stellar-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ log = "0.4.21"
once_cell = "1.19.0"
pretty_assertions = "1.2.1"
serial_test = "3.0.0"
httpmock = "0.7.0-rc.1"
httpmock = { workspace = true }
test-case = "3.3.1"
testcontainers = "0.20.1"

Expand Down

0 comments on commit 2974190

Please sign in to comment.