From 03d078ae9eb059c6b1342056897cbc73c6fa177f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:45:23 +0000 Subject: [PATCH] chore(deps): bump the patch group with 4 updates Bumps the patch group with 4 updates: [axum](https://github.com/tokio-rs/axum), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [clap_complete](https://github.com/clap-rs/clap). Updates `axum` from 0.7.7 to 0.7.8 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.7...axum-v0.7.8) Updates `clap` from 4.5.20 to 4.5.21 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.21) Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) Updates `clap_complete` from 4.5.37 to 4.5.38 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.38) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 6 +++--- fedimint-cli/Cargo.toml | 2 +- gateway/cli/Cargo.toml | 2 +- gateway/ln-gateway/Cargo.toml | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db533d4d52c..41de3fd21d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "49c41b948da08fb481a94546cd874843adc1142278b0af4badf9b1b78599d68d" dependencies = [ "async-trait", "axum-core 0.4.5", @@ -1185,9 +1185,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" +checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" dependencies = [ "clap_builder", "clap_derive", @@ -1195,9 +1195,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" +checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" dependencies = [ "anstream", "anstyle", @@ -1207,9 +1207,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595" +checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01" dependencies = [ "clap", ] @@ -1727,7 +1727,7 @@ name = "devimint" version = "0.6.0-alpha" dependencies = [ "anyhow", - "axum 0.7.7", + "axum 0.7.8", "bitcoin", "bitcoincore-rpc", "clap", @@ -2637,7 +2637,7 @@ dependencies = [ "assert_matches", "async-stream", "async-trait", - "axum 0.7.7", + "axum 0.7.8", "axum-macros", "bitcoin", "clap", @@ -2945,7 +2945,7 @@ name = "fedimint-metrics" version = "0.6.0-alpha" dependencies = [ "anyhow", - "axum 0.7.7", + "axum 0.7.8", "fedimint-core", "prometheus", "tokio", @@ -6774,9 +6774,9 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] @@ -6802,9 +6802,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", @@ -7645,7 +7645,7 @@ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", - "axum 0.7.7", + "axum 0.7.8", "base64 0.22.1", "bytes", "h2 0.4.4", diff --git a/Cargo.toml b/Cargo.toml index 5ec5a18967f..f39d65a454b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" } @@ -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" diff --git a/fedimint-cli/Cargo.toml b/fedimint-cli/Cargo.toml index cd46e3e8060..d2e227c9c4f 100644 --- a/fedimint-cli/Cargo.toml +++ b/fedimint-cli/Cargo.toml @@ -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 } diff --git a/gateway/cli/Cargo.toml b/gateway/cli/Cargo.toml index 4a7a92215da..e70c5f6a7bf 100644 --- a/gateway/cli/Cargo.toml +++ b/gateway/cli/Cargo.toml @@ -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 } diff --git a/gateway/ln-gateway/Cargo.toml b/gateway/ln-gateway/Cargo.toml index 42ca8eb1e33..e65953b6457 100644 --- a/gateway/ln-gateway/Cargo.toml +++ b/gateway/ln-gateway/Cargo.toml @@ -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 }