Skip to content

Commit da7a4d2

Browse files
committed
chore: update lock files after uniffi bump
1 parent acb298e commit da7a4d2

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -470,16 +470,6 @@ dependencies = [
470470
"serde",
471471
]
472472

473-
[[package]]
474-
name = "bitcoin-ffi"
475-
version = "0.1.3"
476-
source = "git+https://github.com/bitcoindevkit/bitcoin-ffi?rev=39cc12b#39cc12bd32d6adf889b48354adcdb0f3c475aad2"
477-
dependencies = [
478-
"bitcoin 0.32.7",
479-
"thiserror 1.0.63",
480-
"uniffi",
481-
]
482-
483473
[[package]]
484474
name = "bitcoin-hpke"
485475
version = "0.13.0"
@@ -2531,7 +2521,6 @@ version = "0.24.0"
25312521
dependencies = [
25322522
"base64 0.22.1",
25332523
"bdk",
2534-
"bitcoin-ffi",
25352524
"bitcoin-ohttp",
25362525
"getrandom 0.2.15",
25372526
"hex",
@@ -4145,6 +4134,7 @@ dependencies = [
41454134
"toml 0.9.5",
41464135
"uniffi",
41474136
"uniffi_bindgen",
4137+
"uniffi_build",
41484138
"uniffi_dart_macro",
41494139
]
41504140

Cargo-recent.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -470,16 +470,6 @@ dependencies = [
470470
"serde",
471471
]
472472

473-
[[package]]
474-
name = "bitcoin-ffi"
475-
version = "0.1.3"
476-
source = "git+https://github.com/bitcoindevkit/bitcoin-ffi?rev=39cc12b#39cc12bd32d6adf889b48354adcdb0f3c475aad2"
477-
dependencies = [
478-
"bitcoin 0.32.7",
479-
"thiserror 1.0.63",
480-
"uniffi",
481-
]
482-
483473
[[package]]
484474
name = "bitcoin-hpke"
485475
version = "0.13.0"
@@ -2531,7 +2521,6 @@ version = "0.24.0"
25312521
dependencies = [
25322522
"base64 0.22.1",
25332523
"bdk",
2534-
"bitcoin-ffi",
25352524
"bitcoin-ohttp",
25362525
"getrandom 0.2.15",
25372526
"hex",
@@ -4145,6 +4134,7 @@ dependencies = [
41454134
"toml 0.9.5",
41464135
"uniffi",
41474136
"uniffi_bindgen",
4137+
"uniffi_build",
41484138
"uniffi_dart_macro",
41494139
]
41504140

payjoin-ffi/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ name = "uniffi-bindgen"
2222
path = "uniffi-bindgen.rs"
2323

2424
[build-dependencies]
25-
uniffi = { version = "0.29.4", features = ["build", "cli"] }
26-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", features = ["build"], optional = true }
25+
uniffi = { version = "0.30.0", features = ["build", "cli"] }
26+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "5bdcc79", features = ["build"], optional = true }
2727

2828
[dependencies]
2929
base64 = "0.22.1"
@@ -37,8 +37,8 @@ serde = { version = "1.0.219", features = ["derive"] }
3737
serde_json = "1.0.142"
3838
thiserror = "2.0.14"
3939
tokio = { version = "1.47.1", features = ["full"], optional = true }
40-
uniffi = { version = "0.29.4", features = ["cli"] }
41-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", optional = true }
40+
uniffi = { version = "0.30.0", features = ["cli"] }
41+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "5bdcc79", optional = true }
4242
url = "2.5.4"
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)