From 6fb151b41f2256f8d41bba5effe5a5f65c750446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:16:03 +0000 Subject: [PATCH] build(deps): bump config from 0.14.0 to 0.15.4 Bumps [config](https://github.com/rust-cli/config-rs) from 0.14.0 to 0.15.4. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/0.14.0...v0.15.4) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ swap/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c31fffba9..9745c9499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,15 +744,14 @@ dependencies = [ [[package]] name = "config" -version = "0.14.0" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be" +checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" dependencies = [ - "lazy_static", - "nom", "pathdiff", "serde", "toml 0.8.19", + "winnow", ] [[package]] @@ -5846,9 +5845,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.18" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 678fdb8da..684aab514 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -20,7 +20,7 @@ big-bytes = "1" bitcoin = { version = "0.29", features = [ "rand", "serde" ] } bmrng = "0.5" comfy-table = "7.1" -config = { version = "0.14", default-features = false, features = [ "toml" ] } +config = { version = "0.15", default-features = false, features = [ "toml" ] } conquer-once = "0.4" curve25519-dalek = { package = "curve25519-dalek-ng", version = "4" } data-encoding = "2.6"