chore(deps): Bump the rust-dependencies group across 1 directory with 28 updates#47
Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
Closed
chore(deps): Bump the rust-dependencies group across 1 directory with 28 updates#47dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
… 28 updates Bumps the rust-dependencies group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [hf-hub](https://github.com/huggingface/hf-hub) | `0.4.3` | `0.5.0` | | [cudarc](https://github.com/chelsea0x3b/cudarc) | `0.19.1` | `0.19.4` | | [lance](https://github.com/lance-format/lance) | `2.0.0` | `3.0.1` | | [lancedb](https://github.com/lancedb/lancedb) | `0.26.2` | `0.27.1` | | [tonic](https://github.com/hyperium/tonic) | `0.14.3` | `0.14.5` | | [tonic-build](https://github.com/hyperium/tonic) | `0.14.3` | `0.14.5` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.31.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.60` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.3` | `0.18.4` | | [console](https://github.com/console-rs/console) | `0.16.2` | `0.16.3` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.23.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [rand](https://github.com/rust-random/rand) | `0.9.2` | `0.10.0` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.9` | `0.9.10` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.6.0` | `0.8.2` | | [proptest](https://github.com/proptest-rs/proptest) | `1.10.0` | `1.11.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.65` | `4.6.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.2` | `2.2.0` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.3` | `3.1.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.27.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.38.0` | `0.38.4` | | [ureq](https://github.com/algesten/ureq) | `3.2.0` | `3.3.0` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.12.0` | `0.13.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [rusqlite](https://github.com/rusqlite/rusqlite) | `0.38.0` | `0.39.0` | Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `hf-hub` from 0.4.3 to 0.5.0 - [Release notes](https://github.com/huggingface/hf-hub/releases) - [Commits](huggingface/hf-hub@v0.4.3...v0.5.0) Updates `cudarc` from 0.19.1 to 0.19.4 - [Release notes](https://github.com/chelsea0x3b/cudarc/releases) - [Commits](chelsea0x3b/cudarc@v0.19.1...v0.19.4) Updates `lance` from 2.0.0 to 3.0.1 - [Release notes](https://github.com/lance-format/lance/releases) - [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md) - [Commits](lance-format/lance@v2.0.0...v3.0.1) Updates `lancedb` from 0.26.2 to 0.27.1 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](lancedb/lancedb@v0.26.2...v0.27.1) Updates `tonic` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) Updates `tonic-build` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `opentelemetry-otlp` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1) Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `clap` from 4.5.57 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](clap-rs/clap@clap_complete-v4.5.57...clap_complete-v4.5.60) Updates `indicatif` from 0.18.3 to 0.18.4 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.3...0.18.4) Updates `console` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.16.2...0.16.3) Updates `uuid` from 1.20.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.23.0) 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](chronotope/chrono@v0.4.43...v0.4.44) Updates `rand` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) Updates `memmap2` from 0.9.9 to 0.9.10 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.9...v0.9.10) Updates `criterion` from 0.6.0 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.6.0...criterion-v0.8.2) Updates `proptest` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.10.0...v1.11.0) Updates `clap_complete` from 4.5.65 to 4.6.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.65...clap_complete-v4.6.0) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) Updates `predicates` from 3.1.3 to 3.1.4 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.3...v3.1.4) Updates `tempfile` from 3.24.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.24.0...v3.27.0) Updates `sysinfo` from 0.38.0 to 0.38.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.38.0...v0.38.4) Updates `ureq` from 3.2.0 to 3.3.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.2.0...3.3.0) Updates `lz4_flex` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](PSeitz/lz4_flex@0.12.0...0.13.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `rusqlite` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: hf-hub dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cudarc dependency-version: 0.19.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: lance dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: lancedb dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tonic-build dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: opentelemetry-otlp dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: console dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: memmap2 dependency-version: 0.9.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: clap_complete dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sysinfo dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ureq dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: lz4_flex dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rusqlite dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 28 updates in the / directory:
1.49.01.50.00.4.30.5.00.19.10.19.42.0.03.0.10.26.20.27.10.14.30.14.50.14.30.14.50.3.220.3.230.31.00.31.11.0.1011.0.1024.5.574.5.600.18.30.18.40.16.20.16.31.20.01.23.00.4.430.4.440.9.20.10.00.9.90.9.100.6.00.8.21.10.01.11.04.5.654.6.02.1.22.2.03.1.33.1.43.24.03.27.00.38.00.38.43.2.03.3.00.12.00.13.00.10.90.11.00.38.00.39.0Updates
tokiofrom 1.49.0 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
hf-hubfrom 0.4.3 to 0.5.0Release notes
Sourced from hf-hub's releases.
Commits
b86d34crelease:0.5.05510260Exposemetadataandpointer_pathmethods (#136)94b8385Fixup the docstrings for download function (which always downloads). (#130)c165283Remove markdown from Cargo.toml (#128)2c1f231Updating tests and dependencies. (#127)6fcb56dfix typo (#121)1d3037aFix failing API tests due to outdated model metadata expectations (#124)65fb034Update indicatif to current version in Cargo.toml (#126)3c9391bUpgrade ureq (#114)Updates
cudarcfrom 0.19.1 to 0.19.4Release notes
Sourced from cudarc's releases.
Commits
780e783v0.19.49eb8c67Merge pull request #552 from chelsea0x3b/parallize-bindings8877130Merge pull request #551 from chelsea0x3b/cuda-13.2768a19cMerge pull request #553 from LateinCecer/expose-has-async-allocaae1a76Fixes for cuda 13.2acf393aParallelizing bindings generatored427d1Generating bindings from linux3bddb5dAdded CudaContext::has_async_alloc getter method788ebe7Merge pull request #546 from TannerRogalsky/cuda-130208360eb9Merge pull request #550 from chelsea0x3b/unblock-cuCtxCreate_v4Updates
lancefrom 2.0.0 to 3.0.1Release notes
Sourced from lance's releases.
... (truncated)
Changelog
Sourced from lance's changelog.
... (truncated)
Commits
702cbfcchore: release version 3.0.14c87ff1chore: release candidate 3.0.1-rc.18b69d38chore: cherry-pick fixes for v3.0.1 release (#6217)bcaa2c0chore: bump to 3.0.1-beta.0 for next patch development36e0a9erefactor: rename arrow-scalar to lance-arrow-scalar (#6199)06eab0bchore: release version 3.0.0de393a2chore: release candidate 3.0.0-rc.301ef37dreset version to 3.0.0-rc.26f48c26fix!: bump IVF_RQ version for compatibility check (#6097)c60913afeat(compaction): single reserve_fragment_ids after rewriting files (#6072)Updates
lancedbfrom 0.26.2 to 0.27.1Release notes
Sourced from lancedb's releases.
... (truncated)
Commits
0e3d36eBump version: 0.27.1-beta.0 → 0.27.19b229f1Bump version: 0.27.0 → 0.27.1-beta.0f5b21c0Bump version: 0.30.1-beta.0 → 0.30.1e927924Bump version: 0.30.0 → 0.30.1-beta.011a4966feat: upgrade lance dependency to v3.0.1 (#3157)dd5aaa7ci: modify check_lance_release.py to prefer stable releases over betas (#3146)3a200d7fix: pre-filtering on hybrid search (#3096)bd09c53Bump version: 0.27.0-beta.6 → 0.27.00b18e33Bump version: 0.27.0-beta.5 → 0.27.0-beta.6c89240bBump version: 0.30.0-beta.6 → 0.30.0Updates
tonicfrom 0.14.3 to 0.14.5Release notes
Sourced from tonic's releases.
Commits
3f7caf3chore: prepare v0.14.5 release (#2516)3f56644grpc(chore): add missing copyright notices (#2513)1769c91feat(xds): implement xDS subscription worker (#2478)56f8c6dfeat(grpc): Add TCP listener API in the Runtime trait + tests for server cred...149f366feat(grpc) Add channel credentials API + Insecure credentials (#2495)cd5b32fchore: prepare 0.14.4 release (#2504)27640d2fix(web): allow space after:ingrpc-status(#2506)0c26ee1Fix permission of a series of files (#2502)c25daa6fix(ci): remove comment from manifest to unblock version parsing (#2501)3efc5f9chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)Updates
tonic-buildfrom 0.14.3 to 0.14.5Release notes
Sourced from tonic-build's releases.
Commits
3f7caf3chore: prepare v0.14.5 release (#2516)3f56644grpc(chore): add missing copyright notices (#2513)1769c91feat(xds): implement xDS subscription worker (#2478)56f8c6dfeat(grpc): Add TCP listener API in the Runtime trait + tests for server cred...149f366feat(grpc) Add channel credentials API + Insecure credentials (#2495)cd5b32fchore: prepare 0.14.4 release (#2504)27640d2fix(web): allow space after:ingrpc-status(#2506)0c26ee1Fix permission of a series of files (#2502)c25daa6fix(ci): remove comment from manifest to unblock version parsing (#2501)3efc5f9chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)Updates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
opentelemetry-otlpfrom 0.31.0 to 0.31.1Release notes
Sourced from opentelemetry-otlp's releases.
Commits
febe718feat(OTLP): add tls-ring, tls-aws-lc, and tls-provider-agnostic feature flags...Updates
anyhowfrom 1.0.101 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
clapfrom 4.5.57 to 4.5.60Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
indicatiffrom 0.18.3 to 0.18.4Release notes
Sourced from indicatif's releases.
Commits
4de2f60Bump version to 0.18.48e0ab0efix: respect NO_COLOR and TERM=dumb environment variables781b2d0Take semver-compatible dependency updates34aee07Introduce unicode-width feature51d284fIntroduce wasmbind featureee057e5Bump tokio from 1.48.0 to 1.49.031bcea3Bump portable-atomic from 1.11.1 to 1.12.0dbd26ebBump console from 0.16.1 to 0.16.27ac4a0dExpose the current tab width95088ffiter: clean up variable names, castingUpdates
consolefrom 0.16.2 to 0.16.3Release notes
Sourced from console's releases.
Commits
70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lock499e5f6Usestd::sync::OnceLockinstead ofonce_cellUpdates
uuidfrom 1.20.0 to 1.23.0Release notes
Sourced from uuid's releases.