Skip to content

Commit

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

chore(deps): bump the patch group with 7 updates
  • Loading branch information
dpc authored Oct 20, 2024
2 parents 5afc685 + c3b152f commit 07386cb
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
40 changes: 20 additions & 20 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 @@ -83,7 +83,7 @@ license-file = "LICENSE"
keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"]

[workspace.dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
aquamarine = "0.5.0"
assert_matches = "1.5.0"
async-stream = "0.3.6"
Expand Down Expand Up @@ -171,7 +171,7 @@ semver = "1.0.23"
serde = { version = "1.0.210", features = ["derive"] }
serdect = "0.2.0"
serde-big-array = "0.5.1"
serde_json = "1.0.128"
serde_json = "1.0.131"
sha3 = "0.10.8"
strum = "0.26"
strum_macros = "0.26"
Expand Down
6 changes: 3 additions & 3 deletions fedimint-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fedimint-core = { workspace = true }
fedimint-logging = { workspace = true }
futures = { workspace = true }
itertools = { workspace = true }
jsonrpsee-core = { version = "0.24.6" }
jsonrpsee-core = { version = "0.24.7" }
lru = "0.12.5"
serde = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -43,7 +43,7 @@ tokio = { workspace = true }
tracing = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = { version = "0.24.6", features = [
jsonrpsee-ws-client = { version = "0.24.7", features = [
"tls",
], default-features = false }
tokio-rustls = { version = "0.26.0", default-features = false, features = [
Expand All @@ -60,4 +60,4 @@ strum = { workspace = true, optional = true }
curve25519-dalek = { version = ">=4.1.3", optional = true }

[target.'cfg(target_family = "wasm")'.dependencies]
jsonrpsee-wasm-client = "0.24.6"
jsonrpsee-wasm-client = "0.24.7"
2 changes: 1 addition & 1 deletion fedimint-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ futures = { workspace = true }
hex = { workspace = true, features = ["serde"] }
imbl = "3.0.0"
itertools = { workspace = true }
jsonrpsee-core = { version = "0.24.6", features = ["client"] }
jsonrpsee-core = { version = "0.24.7", features = ["client"] }
lightning = { workspace = true }
lightning-invoice = { workspace = true, features = ["serde"] }
lightning-invoice32 = { package = "lightning-invoice", version = "0.32.0", features = [
Expand Down
4 changes: 2 additions & 2 deletions fedimint-load-test-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fedimint-mint-client = { workspace = true }
fedimint-rocksdb = { workspace = true }
fedimint-wallet-client = { workspace = true }
futures = { workspace = true }
jsonrpsee-core = { version = "0.24.6", features = ["client"] }
jsonrpsee-core = { version = "0.24.7", features = ["client"] }
lightning-invoice = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
Expand All @@ -35,4 +35,4 @@ tokio = { workspace = true, features = ["full", "tracing"] }
tracing = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = { version = "0.24.6", default-features = false }
jsonrpsee-ws-client = { version = "0.24.7", default-features = false }
2 changes: 1 addition & 1 deletion fedimint-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ futures = { workspace = true }
hex = { workspace = true }
hyper = { workspace = true }
itertools = { workspace = true }
jsonrpsee = { version = "0.24.6", features = ["server"] }
jsonrpsee = { version = "0.24.7", features = ["server"] }
parity-scale-codec = "3.6.12"
pin-project = "1.1.6"
rand = { workspace = true }
Expand Down

0 comments on commit 07386cb

Please sign in to comment.