Skip to content

Commit

Permalink
chore: bump async-trait + regex
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Mar 28, 2024
1 parent c9baf42 commit d7928ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ serde_with = "3.7.0"
electrum-client = "0.18.0"
reqwest = { version = "0.11.27", default-features = false, features = ["json", "rustls-tls"] }
tonic_lnd = { version = "0.5.0", features = ["tracing"] }
async-trait = "0.1"
async-trait = "0.1.79"
base64 = "0.22.0"
tempfile = "3.10.1"
hex = "0.4.3"
chacha20poly1305 = "0.10.1"
regex = "1.10.3"
regex = "1.10.4"
miniscript = "10.0"
reqwest-retry = "0.4.0"
reqwest-middleware = "0.2.5"
Expand Down

0 comments on commit d7928ed

Please sign in to comment.