From 6b6130c826b8675cfadf1365e62fed22fa26bb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 01:46:57 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [s2-sdk](https://github.com/s2-streamstore/s2-sdk-rust). Updates `clap` from 4.5.54 to 4.5.56 - [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.54...clap_complete-v4.5.56) Updates `s2-sdk` from 0.23.1 to 0.23.3 - [Release notes](https://github.com/s2-streamstore/s2-sdk-rust/releases) - [Changelog](https://github.com/s2-streamstore/s2-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/s2-streamstore/s2-sdk-rust/compare/0.23.1...0.23.3) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: s2-sdk dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67cc632..61c37fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,9 +332,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "clap" -version = "4.5.54" +version = "4.5.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" +checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e" dependencies = [ "clap_builder", "clap_derive", @@ -342,9 +342,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.54" +version = "4.5.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" +checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0" dependencies = [ "anstream", "anstyle", @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.49" +version = "4.5.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" dependencies = [ "heck", "proc-macro2", @@ -2295,9 +2295,9 @@ dependencies = [ [[package]] name = "s2-sdk" -version = "0.23.1" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab86aca3b573d2cf16c725b8fb0c901c6489ca4fe11fc0781ad4a277533818e5" +checksum = "a68658eecf14ef5263bbc0379ce60703e3bfc0cb572a2cc51bd82749eec611e2" dependencies = [ "async-compression", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 4987477..36e1e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" async-stream = "0.3.6" base64ct = { version = "1.8.3", features = ["alloc"] } bytes = "1.11.0" -clap = { version = "4.5.54", features = ["derive"] } +clap = { version = "4.5.56", features = ["derive"] } color-print = "0.3.7" colored = "3.1.1" config = "0.15.19" @@ -28,7 +28,7 @@ indicatif = "0.18.3" json_to_table = "0.12.0" miette = { version = "7.6.0", features = ["fancy"] } rand = "0.9.2" -s2-sdk = { version = "0.23.1", features = ["_hidden"] } +s2-sdk = { version = "0.23.3", features = ["_hidden"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149", features = ["preserve_order"] } strum = { version = "0.27", features = ["derive"] }