From 9cb67b4170cc4cd2fba9136b796037b83c6ea914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:57:44 +0000 Subject: [PATCH] build(deps): bump koinon from v0.2.0 to v0.2.1 Bumps [koinon](https://github.com/forkwright/koinon) from v0.2.0 to v0.2.1. - [Release notes](https://github.com/forkwright/koinon/releases) - [Changelog](https://github.com/forkwright/koinon/blob/main/CHANGELOG.md) - [Commits](https://github.com/forkwright/koinon/compare/3424f241da9f9fede967409105aa62158ead753a...e7985b67c86279a2d5ea9a31b4b55101575cdd37) --- updated-dependencies: - dependency-name: koinon dependency-version: e7985b67c86279a2d5ea9a31b4b55101575cdd37 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 882aa6d..b2ba5c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ dependencies = [ "rcgen", "rustls", "serde_json", - "snafu 0.9.2", + "snafu", "snow", "tokio", "tokio-rustls", @@ -501,7 +501,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -700,13 +700,13 @@ dependencies = [ [[package]] name = "koinon" -version = "0.2.0" -source = "git+https://github.com/forkwright/koinon?tag=v0.2.0#3424f241da9f9fede967409105aa62158ead753a" +version = "0.2.1" +source = "git+https://github.com/forkwright/koinon?tag=v0.2.1#e7985b67c86279a2d5ea9a31b4b55101575cdd37" dependencies = [ "clap", "figment", "serde", - "snafu 0.8.9", + "snafu", "tracing", "tracing-subscriber", ] @@ -781,7 +781,7 @@ dependencies = [ "rand 0.10.2", "serde", "serde_json", - "snafu 0.9.2", + "snafu", "toml 1.1.4+spec-1.1.0", "x25519-dalek", "zeroize", @@ -1156,7 +1156,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1305,34 +1305,13 @@ version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" -[[package]] -name = "snafu" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" -dependencies = [ - "snafu-derive 0.8.9", -] - [[package]] name = "snafu" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e45cb604038abb7b926b679887b3226d8d0f23874b66623625a0454be425a4b7" dependencies = [ - "snafu-derive 0.9.2", -] - -[[package]] -name = "snafu-derive" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.117", + "snafu-derive", ] [[package]] @@ -1429,7 +1408,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]]