Skip to content

Commit

Permalink
Merge pull request fedimint#6370 from fedimint/dependabot/cargo/patch…
Browse files Browse the repository at this point in the history
…-f7863f4bdc

chore(deps): bump the patch group with 4 updates
  • Loading branch information
tvolk131 authored Nov 16, 2024
2 parents 15b7af6 + 03d078a commit 8ccfee3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ aquamarine = "0.5.0"
assert_matches = "1.5.0"
async-stream = "0.3.6"
async-trait = "0.1.83"
axum = "0.7.7"
axum = "0.7.8"
base64 = "0.22.1"
base64-url = "3.0.0"
bincode = "1.3.3"
Expand All @@ -98,7 +98,7 @@ bitcoincore-rpc = "0.19.0"
bitcoin_hashes = "0.14.0"
bls12_381 = "0.8.0"
bytes = "1.7.2"
clap = { version = "4.5.20", features = ["derive", "env"] }
clap = { version = "4.5.21", features = ["derive", "env"] }
cln-rpc = { package = "fedimint-cln-rpc", version = "0.5.0" }
criterion = "0.5.1"
devimint = { path = "./devimint", version = "=0.6.0-alpha" }
Expand Down Expand Up @@ -174,7 +174,7 @@ reqwest = { version = "0.12.9", features = [
ring = "0.17.8"
secp256k1 = { version = "0.29.0", default-features = false }
semver = "1.0.23"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serdect = "0.2.0"
serde-big-array = "0.5.1"
serde_json = "1.0.132"
Expand Down
2 changes: 1 addition & 1 deletion fedimint-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
bitcoin = { workspace = true }
clap = { workspace = true }
clap_complete = "4.5.37"
clap_complete = "4.5.38"
fedimint-aead = { workspace = true }
fedimint-api-client = { path = "../fedimint-api-client", version = "=0.6.0-alpha", default-features = false }
fedimint-bip39 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion gateway/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/main.rs"
anyhow = { workspace = true }
bitcoin = { workspace = true }
clap = { workspace = true }
clap_complete = "4.5.37"
clap_complete = "4.5.38"
fedimint-core = { workspace = true }
fedimint-logging = { workspace = true }
fedimint-mint-client = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion gateway/ln-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ anyhow = { workspace = true }
aquamarine = { workspace = true }
async-stream = { workspace = true }
async-trait = { workspace = true }
axum = { version = "0.7.7", features = [ "json" ] }
axum = { version = "0.7.8", features = [ "json" ] }
axum-macros = "0.4.2"
bitcoin = { workspace = true }
clap = { workspace = true }
Expand Down

0 comments on commit 8ccfee3

Please sign in to comment.