forked from cube-js/cube
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the cargo group across 5 directories with 11 updates #58
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/packages/cubejs-backend-native/cargo-16be28cbfb
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the cargo group across 5 directories with 11 updates #58
dependabot
wants to merge
1
commit into
master
from
dependabot/cargo/packages/cubejs-backend-native/cargo-16be28cbfb
Conversation
This file contains 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
Bumps the cargo group with 8 updates in the /packages/cubejs-backend-native directory: | Package | From | To | | --- | --- | --- | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.6` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.14.0` | `3.16.0` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.17` | `0.8.20` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.12.1` | `0.12.4` | | [lz4-sys](https://github.com/10xGenomics/lz4-rs) | `1.9.4` | `1.10.0` | | [memoffset](https://github.com/Gilnaa/memoffset) | `0.9.0` | `0.9.1` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.8` | | [whoami](https://github.com/ardaku/whoami) | `1.4.1` | `1.5.2` | Bumps the cargo group with 4 updates in the /rust/cubenativeutils directory: [regex](https://github.com/rust-lang/regex), [lru](https://github.com/jeromefroe/lru-rs), [lz4-sys](https://github.com/10xGenomics/lz4-rs) and [quinn-proto](https://github.com/quinn-rs/quinn). Bumps the cargo group with 6 updates in the /rust/cubesql directory: | Package | From | To | | --- | --- | --- | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.9.1` | `3.16.0` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.8` | `0.8.20` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.12.1` | `0.12.4` | | [lz4-sys](https://github.com/10xGenomics/lz4-rs) | `1.9.4` | `1.10.0` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.8` | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.4` | `0.5.13` | Bumps the cargo group with 4 updates in the /rust/cubesqlplanner directory: [regex](https://github.com/rust-lang/regex), [lru](https://github.com/jeromefroe/lru-rs), [lz4-sys](https://github.com/10xGenomics/lz4-rs) and [quinn-proto](https://github.com/quinn-rs/quinn). Bumps the cargo group with 7 updates in the /rust/cubestore directory: | Package | From | To | | --- | --- | --- | | [regex](https://github.com/rust-lang/regex) | `1.5.4` | `1.5.5` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.7.0` | `3.11.1` | | [flatbuffers](https://github.com/google/flatbuffers) | `23.1.21` | `24.3.25` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.6.6` | `0.7.1` | | [lz4-sys](https://github.com/10xGenomics/lz4-rs) | `1.9.2` | `1.10.0` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.6` | `0.11.8` | | [shlex](https://github.com/comex/rust-shlex) | `1.0.0` | `1.3.0` | Updates `regex` from 1.10.2 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.6) Updates `bumpalo` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.14.0...3.16.0) Updates `crossbeam-utils` from 0.8.17 to 0.8.20 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.17...crossbeam-utils-0.8.20) Updates `lru` from 0.12.1 to 0.12.4 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.4) Updates `lz4-sys` from 1.9.4 to 1.10.0 - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) Updates `memoffset` from 0.9.0 to 0.9.1 - [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md) - [Commits](Gilnaa/memoffset@v0.9.0...v0.9.1) Updates `quinn-proto` from 0.11.3 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8) Updates `whoami` from 1.4.1 to 1.5.2 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.4.1...v1.5.2) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.6) Updates `lru` from 0.12.3 to 0.12.4 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.4) Updates `lz4-sys` from 1.9.5 to 1.10.0 - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) Updates `quinn-proto` from 0.11.3 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8) Updates `bumpalo` from 3.9.1 to 3.16.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.14.0...3.16.0) Updates `crossbeam-utils` from 0.8.8 to 0.8.20 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.17...crossbeam-utils-0.8.20) Updates `lru` from 0.12.1 to 0.12.4 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.4) Updates `lz4-sys` from 1.9.4 to 1.10.0 - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) Updates `quinn-proto` from 0.11.3 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8) Updates `crossbeam-channel` from 0.5.4 to 0.5.13 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.4...crossbeam-channel-0.5.13) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.6) Updates `lru` from 0.12.3 to 0.12.4 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.4) Updates `lz4-sys` from 1.9.5 to 1.10.0 - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) Updates `quinn-proto` from 0.11.3 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8) Updates `regex` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.6) Updates `bumpalo` from 3.7.0 to 3.11.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.14.0...3.16.0) Updates `flatbuffers` from 23.1.21 to 24.3.25 - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v23.1.21...v24.3.25) Updates `lru` from 0.6.6 to 0.7.1 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.4) Updates `lz4-sys` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) Updates `quinn-proto` from 0.11.6 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8) Updates `shlex` from 1.0.0 to 1.3.0 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production dependency-group: cargo - dependency-name: bumpalo dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-utils dependency-type: indirect dependency-group: cargo - dependency-name: lru dependency-type: indirect dependency-group: cargo - dependency-name: lz4-sys dependency-type: indirect dependency-group: cargo - dependency-name: memoffset dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-type: indirect dependency-group: cargo - dependency-name: whoami dependency-type: indirect dependency-group: cargo - dependency-name: regex dependency-type: indirect dependency-group: cargo - dependency-name: lru dependency-type: indirect dependency-group: cargo - dependency-name: lz4-sys dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-type: indirect dependency-group: cargo - dependency-name: bumpalo dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-utils dependency-type: indirect dependency-group: cargo - dependency-name: lru dependency-type: direct:production dependency-group: cargo - dependency-name: lz4-sys dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-channel dependency-type: indirect dependency-group: cargo - dependency-name: regex dependency-type: indirect dependency-group: cargo - dependency-name: lru dependency-type: indirect dependency-group: cargo - dependency-name: lz4-sys dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-type: indirect dependency-group: cargo - dependency-name: regex dependency-type: direct:production dependency-group: cargo - dependency-name: bumpalo dependency-type: direct:production dependency-group: cargo - dependency-name: flatbuffers dependency-type: direct:production dependency-group: cargo - dependency-name: lru dependency-type: direct:production dependency-group: cargo - dependency-name: lz4-sys dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-type: indirect dependency-group: cargo - dependency-name: shlex dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 cargo group with 8 updates in the /packages/cubejs-backend-native directory:
1.10.2
1.10.6
3.14.0
3.16.0
0.8.17
0.8.20
0.12.1
0.12.4
1.9.4
1.10.0
0.9.0
0.9.1
0.11.3
0.11.8
1.4.1
1.5.2
Bumps the cargo group with 4 updates in the /rust/cubenativeutils directory: regex, lru, lz4-sys and quinn-proto.
Bumps the cargo group with 6 updates in the /rust/cubesql directory:
3.9.1
3.16.0
0.8.8
0.8.20
0.12.1
0.12.4
1.9.4
1.10.0
0.11.3
0.11.8
0.5.4
0.5.13
Bumps the cargo group with 4 updates in the /rust/cubesqlplanner directory: regex, lru, lz4-sys and quinn-proto.
Bumps the cargo group with 7 updates in the /rust/cubestore directory:
1.5.4
1.5.5
3.7.0
3.11.1
23.1.21
24.3.25
0.6.6
0.7.1
1.9.2
1.10.0
0.11.6
0.11.8
1.0.0
1.3.0
Updates
regex
from 1.10.2 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.60718fc5
1.10.5377463b
changelog: 1.10.4 and 1.10.568c4f0b
regex-automata-0.4.7Updates
bumpalo
from 3.14.0 to 3.16.0Changelog
Sourced from bumpalo's changelog.
... (truncated)
Commits
4eeab88
Bump to version 3.16.0d746a56
add serde serialization support (#210)49c5a71
Bump to version 3.15.46a91333
AddsVec::extend_from_slices_copy
that accepts multiple slices (#240)2ed8718
Bump to 3.15.31803cca
Modifies RawVecreserve
fn structure to improve inlining (#239)2ffdfb3
Bump to version 3.15.254c88f0
Provides implementation ofVec::extend_from_slice
optimized forT: Copy
(...f8597ce
Fix MSRV inCargo.toml
; bump to version 3.15.1bb660a3
Bump to version 3.15.0Updates
crossbeam-utils
from 0.8.17 to 0.8.20Release notes
Sourced from crossbeam-utils's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
lru
from 0.12.1 to 0.12.4Changelog
Sourced from lru's changelog.
Commits
d5b98fd
Merge pull request #201 from jeromefroe/jerome/prepare-0-12-4-release4fb1543
Prepare 0.12.4 release5f69ef1
Merge pull request #199 from lufte/master9ff163d
Create versions of get_or_insert that don't move the key16571e0
Merge pull request #200 from jeromefroe/jerome/remove-core-usize824755c
Remove core::usize339020e
Merge pull request #197 from jeromefroe/jerome/prepare-0-12-3-release64bf47e
Prepare 0.12.3 release770dcca
Merge pull request #195 from gcsbt/get_key_value_mutb18e772
Merge pull request #196 from gcsbt/clippy-needless-lifetimesUpdates
lz4-sys
from 1.9.4 to 1.10.0Changelog
Sourced from lz4-sys's changelog.
... (truncated)
Commits
Updates
memoffset
from 0.9.0 to 0.9.1Changelog
Sourced from memoffset's changelog.
Commits
153fc3d
Version 0.9.10ec6b3b
Merge pull request #84 from RalfJung/no-nightly730bb05
MSRV tests don't need to include moving version targetsf1007bd
offset_simple_packed works in Miri these days1053970
bring the unstable features back (but make them do nothing)637b30a
remove unstable_const featurea04cfb1
add CI for 1.77 decision pointd553d8c
Merge pull request #83 from coolreader18/stable_offset_of638ee9c
Remove unstable_offset_ofe646678
Just use core::mem::offset_of!() on rustc >= 1.77Updates
quinn-proto
from 0.11.3 to 0.11.8Release notes
Sourced from quinn-proto's releases.
... (truncated)
Commits
7c09b02
proto: bump version to 0.11.8 for release (#1981)59bccd2
Version bumpquinn
to enforce patchedquinn-proto
a8ec510
proto: avoid panicking on rustls server config errorsc26e8cd
Bump versionse01609c
Merge commit from forkc292a3c
Fix and test validation of IDCID lengthbb02a12
fix(.github/android): use API level 265e5cc93
fix(.github/android): pass matrix.target and increase api to v26cef42cc
fix(udp): typo in sendmsg error logedf16a6
ci(rust.yml): add workflow testing feature permutationsUpdates
whoami
from 1.4.1 to 1.5.2Changelog
Sourced from whoami's changelog.
... (truncated)
Commits
c1dfdec
Prepare whoami v1.5.2 (#113)0f32409
Bump redox_syscall from 0.4.1 to 0.5.1 (#111)74a0c3b
Prepare to release whoami 1.5.1 (#109)7789b3f
Backport v2 -> v1: Test docs in CI (#108)4bbaf52
Prevent future potential UB in unix wrapper forgetpwuid()
(#104)358dc0e
WhoAmI 1.5.0 Release (#94)d6ee13e
Fix Instances of Memory Corruption on Illumos (#93)953e702
Support Redox (#92)5bc73e4
Preserve OS case for hostnames (#86)29d5f22
Support WASI (#84)Updates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.60718fc5
1.10.5377463b
changelog: 1.10.4 and 1.10.568c4f0b
regex-automata-0.4.7Updates
lru
from 0.12.3 to 0.12.4Changelog
Sourced from lru's changelog.
Commits
d5b98fd
Merge pull request #201 from jeromefroe/jerome/prepare-0-12-4-release4fb1543
Prepare 0.12.4 release5f69ef1
Merge pull request #199 from lufte/master9ff163d
Create versions of get_or_insert that don't move the key16571e0
Merge pull request #200 from jeromefroe/jerome/remove-core-usize824755c
Remove core::usize339020e
Merge pull request #197 from jeromefroe/jerome/prepare-0-12-3-release64bf47e
Prepare 0.12.3 release770dcca
Merge pull request #195 from gcsbt/get_key_value_mutb18e772
Merge pull request #196 from gcsbt/clippy-needless-lifetimesUpdates
lz4-sys
from 1.9.5 to 1.10.0Changelog
Sourced from lz4-sys's changelog.
... (truncated)
Commits
Updates
quinn-proto
from 0.11.3 to 0.11.8Release notes
Sourced from quinn-proto's releases.
... (truncated)
Commits
7c09b02
proto: bump version to 0.11.8 for release (#1981)59bccd2
Version bumpquinn
to enforce patchedquinn-proto
a8ec510
proto: avoid panicking on rustls server config errorsc26e8cd
Bump versionse01609c
Merge commit from forkc292a3c
Fix and test validation of IDCID lengthbb02a12
fix(.github/android): use API level 265e5cc93
fix(.github/android): pass matrix.target and increase api to v26cef42cc
fix(udp): typo in sendmsg error logedf16a6
ci(rust.yml): add workflow testing feature permutationsUpdates
bumpalo
from 3.9.1 to 3.16.0Changelog
Sourced from bumpalo's changelog.
... (truncated)
Commits
4eeab88
Bump to version 3.16.0d746a56
add serde serialization support (#210)49c5a71
Bump to version 3.15.46a91333
AddsVec::extend_from_slices_copy
that accepts multiple slices (#240)2ed8718
Bump to 3.15.31803cca
Modifies RawVecreserve
fn structure to improve inlining (#239)2ffdfb3
Bump to version 3.15.254c88f0
Provides implementation ofVec::extend_from_slice
optimized forT: Copy
(...f8597ce
Fix MSRV inCargo.toml
; bump to version 3.15.1bb660a3
Bump to version 3.15.0Updates
crossbeam-utils
from 0.8.8 to 0.8.20Release notes
Sourced from crossbeam-utils's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
lru
from 0.12.1 to 0.12.4Changelog
Sourced from