Skip to content

Commit 014b9ea

Browse files
committed
chore(deps): bump and pin everything
1 parent c1ab3a2 commit 014b9ea

3 files changed

Lines changed: 54 additions & 28 deletions

File tree

.cargo/audit.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2025-0141",
4+
"RUSTSEC-2026-0105",
5+
"RUSTSEC-2024-0436",
6+
"RUSTSEC-2026-0097",
7+
]
8+
9+
[yanked]
10+
enabled = false

Cargo.lock

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,22 @@ icon = ["assets/icon/bonsai.icns"]
2222

2323
[dependencies]
2424
bdk_floresta = { git = "https://github.com/luisschwab/bdk-floresta", rev = "b558db0ca23f0d358856968f5bc459d541024dcc", default-features = false }
25-
bdk_wallet = "2.3.0"
26-
maxminddb = { version = "0.27", features = ["mmap"] }
27-
iced = { version = "0.14.0", features = ["tokio", "image", "qr_code"] }
28-
thiserror = "2"
29-
tokio = { version = "1", features = ["full"] }
30-
tracing = "0.1"
31-
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
32-
tracing-appender = "0.2"
33-
chrono = "0.4"
34-
regex = "1"
35-
memmap2 = "0.9"
36-
hex = "0.4"
37-
bitcoin = "0.32.8"
38-
once_cell = "1"
39-
dirs = "6"
40-
serde = { version = "1", features = ["derive"] }
41-
toml = "1"
42-
open = "5"
25+
bdk_wallet = { version = "=3.0.0" }
26+
bitcoin = { version = "=0.32.8" }
27+
chrono = { version = "=0.4.44" }
28+
dirs = { version = "=6.0.0" }
29+
hex = { version = "=0.4.3" }
30+
iced = { version = "=0.14.0", features = ["tokio", "image", "qr_code"] }
31+
maxminddb = { version = "=0.28.1", features = ["mmap"] }
32+
memmap2 = { version = "=0.9.10" }
33+
once_cell = { version = "=1.21.4" }
34+
open = { version = "=5.3.5" }
35+
regex = { version = "=1.12.3" }
36+
rustls-webpki = { version = "=0.103.13" }
37+
serde = { version = "=1.0.228", features = ["derive"] }
38+
thiserror = { version = "=2.0.18" }
39+
tokio = { version = "=1.52.3", features = ["full"] }
40+
toml = { version = "=1.1.2" }
41+
tracing = { version = "=0.1.44" }
42+
tracing-appender = { version = "=0.2.4" }
43+
tracing-subscriber = { version = "=0.3.23", features = ["env-filter", "fmt", "time"] }

0 commit comments

Comments
 (0)