From b57cf572b026153385dc9b776e5610d03d46c603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:45:00 +0000 Subject: [PATCH] deps: bump the rust-minor group across 1 directory with 8 updates Bumps the rust-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [zerocopy](https://github.com/google/zerocopy) | `0.8.39` | `0.8.42` | | [libc](https://github.com/rust-lang/libc) | `0.2.182` | `0.2.183` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.9` | `0.9.10` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.60` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [rustls](https://github.com/rustls/rustls) | `0.23.36` | `0.23.37` | Updates `zerocopy` from 0.8.39 to 0.8.42 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.39...v0.8.42) Updates `libc` from 0.2.182 to 0.2.183 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.182...0.2.183) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.49.0...tokio-1.50.0) Updates `memmap2` from 0.9.9 to 0.9.10 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.9...v0.9.10) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) Updates `clap` from 4.5.58 to 4.5.60 - [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.58...clap_complete-v4.5.60) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.43...v0.4.44) Updates `rustls` from 0.23.36 to 0.23.37 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.36...v/0.23.37) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: memmap2 dependency-version: 0.9.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustls dependency-version: 0.23.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 ++++++++++++++++++++--------------------- Cargo.toml | 4 ++-- lance/Cargo.toml | 4 ++-- lnc-client/Cargo.toml | 2 +- lnc-index/Cargo.toml | 2 +- lnc-io/Cargo.toml | 2 +- lnc-recovery/Cargo.toml | 2 +- lnc/Cargo.toml | 2 +- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39f53e8..2201cbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", @@ -282,9 +282,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", @@ -999,15 +999,15 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "lnc" @@ -1217,9 +1217,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memmap2" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" dependencies = [ "libc", ] @@ -1740,9 +1740,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ "bitflags 2.11.0", "errno", @@ -1753,9 +1753,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.36" +version = "0.23.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" +checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" dependencies = [ "once_cell", "ring", @@ -1967,9 +1967,9 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "tempfile" -version = "3.25.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand", "getrandom 0.4.1", @@ -2039,9 +2039,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", @@ -2829,18 +2829,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.39" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" +checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.39" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" +checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f49a42f..6f8c07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ thiserror = "2.0" crossbeam = "0.8" crc32fast = "1.3" libc = "0.2" -tokio = { version = "1.35", features = ["full"] } +tokio = { version = "1.50", features = ["full"] } futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } @@ -60,7 +60,7 @@ opentelemetry = "0.27" opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] } opentelemetry-otlp = "0.27" tonic = "0.12" -tempfile = "3.10" +tempfile = "3.26" rayon = "1.10" socket2 = "0.5" io-uring = "0.7" diff --git a/lance/Cargo.toml b/lance/Cargo.toml index 846be92..d87541a 100644 --- a/lance/Cargo.toml +++ b/lance/Cargo.toml @@ -35,7 +35,7 @@ crossbeam = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } toml = { workspace = true } -clap = { version = "4.4", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } hyper = { workspace = true } hyper-util = { workspace = true } http-body-util = { workspace = true } @@ -48,7 +48,7 @@ default = [] tls = ["lnc-network/tls"] [dev-dependencies] -tempfile = "3.10" +tempfile = "3.26" criterion = { version = "0.5", features = ["html_reports"] } [[bench]] diff --git a/lnc-client/Cargo.toml b/lnc-client/Cargo.toml index 922141e..63709e4 100644 --- a/lnc-client/Cargo.toml +++ b/lnc-client/Cargo.toml @@ -34,7 +34,7 @@ dangerous-testing = [] [dev-dependencies] tokio = { workspace = true, features = ["full", "test-util"] } -tempfile = "3.14" +tempfile = "3.26" [package.metadata.docs.rs] all-features = true diff --git a/lnc-index/Cargo.toml b/lnc-index/Cargo.toml index 326d950..3949260 100644 --- a/lnc-index/Cargo.toml +++ b/lnc-index/Cargo.toml @@ -14,4 +14,4 @@ memmap2 = { workspace = true } tracing = { workspace = true } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.26" diff --git a/lnc-io/Cargo.toml b/lnc-io/Cargo.toml index ba54217..8a9917e 100644 --- a/lnc-io/Cargo.toml +++ b/lnc-io/Cargo.toml @@ -22,4 +22,4 @@ parking_lot = { workspace = true } io-uring = { workspace = true } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.26" diff --git a/lnc-recovery/Cargo.toml b/lnc-recovery/Cargo.toml index 585739f..50fa123 100644 --- a/lnc-recovery/Cargo.toml +++ b/lnc-recovery/Cargo.toml @@ -14,4 +14,4 @@ lnc-index = { workspace = true } tracing = { workspace = true } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.26" diff --git a/lnc/Cargo.toml b/lnc/Cargo.toml index 9737ff8..7d07096 100644 --- a/lnc/Cargo.toml +++ b/lnc/Cargo.toml @@ -15,7 +15,7 @@ lnc-recovery = { workspace = true } lnc-client = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } -clap = { version = "4.4", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } tokio = { workspace = true } serde_json = { workspace = true } serde = { workspace = true }