mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
1930540c1f
* build(deps): bump reqwest from 0.11.27 to 0.12.0 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.0. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * wip * wip * ci: lock sqlx-cli install * bump reqwest to 0.12.2 * deps: reqwest to 0.12.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Byron Hambly <byron@hambly.dev>
9 lines
414 B
TOML
9 lines
414 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet" ]
|
|
|
|
[patch.crates-io]
|
|
# patch until new release https://github.com/thomaseizinger/rust-jsonrpc-client/pull/51
|
|
jsonrpc_client = { git = "https://github.com/delta1/rust-jsonrpc-client.git", rev = "3b6081697cd616c952acb9c2f02d546357d35506" }
|
|
monero = { git = "https://github.com/comit-network/monero-rs", rev = "818f38b" }
|