Skip to content

Commit

Permalink
chore: update Cargo.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolk131 committed Sep 9, 2024
1 parent f386de2 commit b8ad1d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ icon = ["assets/app_icons/**/*.png"]
resources = ["assets/fonts/**/*.*"]

[dependencies]
anyhow = "1.0.80"
anyhow = "1.0.87"
arboard = { version = "3.4.0", default-features = false }
async-stream = "0.3.5"
async-trait = "0.1.81"
chrono = { version = "0.4.34", features = ["alloc"] }
diesel = { version = "2.2.0", features = ["sqlite", "chrono"] }
async-trait = "0.1.82"
chrono = { version = "0.4.38", features = ["alloc"] }
diesel = { version = "2.2.4", features = ["sqlite", "chrono"] }
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }
directories = "5.0.1"
fedimint-api-client = "0.4.0"
Expand All @@ -34,17 +34,17 @@ iced = { git = "https://github.com/iced-rs/iced", rev = "e50aa03", features = [
"svg",
"tokio",
] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.30.1", features = ["bundled-sqlcipher"] }
lightning-invoice = "0.31.0"
nip-55 = "0.6.1"
nostr-sdk = "0.30.0"
palette = "0.7.6"
secp256k1 = { version = "0.28.2", features = ["global-context"] }
tokio = "1.39.3"
tokio = "1.40.0"
tracing-subscriber = "0.3.18"

[dev-dependencies]
tempfile = "3.10.0"
tempfile = "3.12.0"

# Optimization of these deps significantly speeds
# up communication with fedimint federations.
Expand Down

0 comments on commit b8ad1d0

Please sign in to comment.