Skip to content
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

chore(deps): bump the minor group across 1 directory with 21 updates #488

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the minor group with 19 updates in the / directory:

Package From To
thiserror 2.0.6 2.0.7
spider 2.21.13 2.21.30
fluvio 0.24.0 0.24.1
aws-smithy-async 1.2.1 1.2.2
aws-smithy-types 1.2.9 1.2.10
cc 1.2.3 1.2.4
console 0.15.8 0.15.10
crossbeam-channel 0.5.13 0.5.14
crossbeam-deque 0.8.5 0.8.6
crossbeam-queue 0.3.11 0.3.12
crossbeam-utils 0.8.20 0.8.21
fluvio-controlplane-metadata 0.30.0 0.30.1
fluvio-stream-dispatcher 0.13.6 0.13.7
home 0.5.9 0.5.11
roaring 0.10.8 0.10.9
rustls-pki-types 1.10.0 1.10.1
semver 1.0.23 1.0.24
unicode-bidi 0.3.17 0.3.18
zune-jpeg 0.4.13 0.4.14

Updates thiserror from 2.0.6 to 2.0.7

Release notes

Sourced from thiserror's releases.

2.0.7

  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @​zertosh)
Commits
  • 9c0f2d2 Release 2.0.7
  • 2deec96 Merge pull request 397 from zertosh/from_allow_expect
  • 100d916 Avoid associating #[from] with lint allow
  • 485c2b7 Reword spurious errors comment
  • See full diff in compare view

Updates spider from 2.21.13 to 2.21.30

Release notes

Sourced from spider's releases.

v2.21.27

Whats Changed

  • add balance feature flag to switch to global semaphores.
  • add remote_addr feature flag to get the page remote address / ip.
  • add re-usable chrome client and stream ws
  • fix chrome inline page navigations
  • fix constraining html only pages

Full Changelog: spider-rs/spider@v2.20.6...v2.21.27

Commits

Updates fluvio from 0.24.0 to 0.24.1

Release notes

Sourced from fluvio's releases.

dev

Published artifacts from the latest build

Commits

Updates aws-smithy-async from 1.2.1 to 1.2.2

Changelog

Sourced from aws-smithy-async's changelog.

December 3rd, 2024

Breaking Changes:

  • 🐛⚠️ (server, smithy-rs#3880) Unnamed enums now validate assigned values and will raise a ConstraintViolation if an unknown variant is set.

    The following is an example of an unnamed enum:

    @enum([
        { value: "MONDAY" },
        { value: "TUESDAY" }
    ])
    string UnnamedDayOfWeek

November 5th, 2024

October 30th, 2024

October 24th, 2024

October 9th, 2024

New this release:

  • 🐛 (client, smithy-rs#3871, aws-sdk-rust#1202) Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.

October 5th, 2024

New this release:

  • 🐛 (client, smithy-rs#3852) Fix AWS SDK generation examples in README in the aws/sdk directory.

October 4th, 2024

October 3rd, 2024

Breaking Changes:

  • ⚠️ (server) The generated crates no longer have the aws-lambda feature flag enabled by default. This prevents the aws-lambda feature from being automatically enabled in aws-smithy-http-server when the SDK is not intended for AWS Lambda.

New this release:

  • 🎉 (server) All relevant types from aws-smithy-http-server are now re-exported within the generated crates. This removes the need to explicitly depend on aws-smithy-http-server in service handler code and prevents compilation errors caused by version mismatches.

  • 🎉 (all, smithy-rs#3573) Support for the rpcv2Cbor protocol has been added, allowing services to serialize RPC payloads as CBOR (Concise Binary Object Representation), improving performance and efficiency in data transmission.

... (truncated)

Commits

Updates aws-smithy-types from 1.2.9 to 1.2.10

Commits

Updates cc from 1.2.3 to 1.2.4

Release notes

Sourced from cc's releases.

cc-v1.2.4

Other

  • Add support for C/C++ compiler for Neutrino QNX: qcc (#1319)
  • use -maix64 instead of -m64 (#1307)
Changelog

Sourced from cc's changelog.

1.2.4 - 2024-12-13

Other

  • Add support for C/C++ compiler for Neutrino QNX: qcc (#1319)
  • use -maix64 instead of -m64 (#1307)
Commits

Updates console from 0.15.8 to 0.15.10

Release notes

Sourced from console's releases.

0.15.10

What's Changed

0.15.9

What's Changed

Changelog

Sourced from console's changelog.

Changelog

Commits

Updates crossbeam-channel from 0.5.13 to 0.5.14

Release notes

Sourced from crossbeam-channel's releases.

crossbeam-channel 0.5.14

  • Fix stack overflow when sending large value to unbounded channel. (#1146, #1147)
  • Add Select::new_biased function. (#1150)
  • Remove inefficient spinning. (#1154)
  • Suppress buggy clippy::zero_repeat_side_effects lint in macro generated code. (#1123)
Commits
  • ccd83ac Prepare for the next release
  • 54988eb Calculate layout in const context
  • 761d0b6 Port #1146 & #1147 to deque::Injector and queue::SegQueue
  • 8144fbb Remove optimistic spinning from Context::wait_until
  • a92f6c4 Bump peter-evans/create-pull-request from 5 to 7 (#1153)
  • 66d41a9 channel: Add new_biased constructor for biased channel selection (#1150)
  • d0d0a80 CachePadded: Use 128-byte alignment on arm64ec
  • f757eef Add comment about fixed rustc bug
  • 71d8bb0 ci: Update minimum tested Rust version to 1.63
  • 5092a9b ci: Clean up no_atomic.sh
  • Additional commits viewable in compare view

Updates crossbeam-deque from 0.8.5 to 0.8.6

Release notes

Sourced from crossbeam-deque's releases.

crossbeam-deque 0.8.6

  • Fix stack overflow when pushing large value to Injector. (#1146, #1147, #1159)
Commits
  • ccd83ac Prepare for the next release
  • 54988eb Calculate layout in const context
  • 761d0b6 Port #1146 & #1147 to deque::Injector and queue::SegQueue
  • 8144fbb Remove optimistic spinning from Context::wait_until
  • a92f6c4 Bump peter-evans/create-pull-request from 5 to 7 (#1153)
  • 66d41a9 channel: Add new_biased constructor for biased channel selection (#1150)
  • d0d0a80 CachePadded: Use 128-byte alignment on arm64ec
  • f757eef Add comment about fixed rustc bug
  • 71d8bb0 ci: Update minimum tested Rust version to 1.63
  • 5092a9b ci: Clean up no_atomic.sh
  • Additional commits viewable in compare view

Updates crossbeam-queue from 0.3.11 to 0.3.12

Release notes

Sourced from crossbeam-queue's releases.

crossbeam-queue 0.3.12

  • Fix stack overflow when pushing large value to SegQueue. (#1146, #1147, #1159)
Commits
  • ccd83ac Prepare for the next release
  • 54988eb Calculate layout in const context
  • 761d0b6 Port #1146 & #1147 to deque::Injector and queue::SegQueue
  • 8144fbb Remove optimistic spinning from Context::wait_until
  • a92f6c4 Bump peter-evans/create-pull-request from 5 to 7 (#1153)
  • 66d41a9 channel: Add new_biased constructor for biased channel selection (#1150)
  • d0d0a80 CachePadded: Use 128-byte alignment on arm64ec
  • f757eef Add comment about fixed rustc bug
  • 71d8bb0 ci: Update minimum tested Rust version to 1.63
  • 5092a9b ci: Clean up no_atomic.sh
  • Additional commits viewable in compare view

Updates crossbeam-utils from 0.8.20 to 0.8.21

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.21

  • Improve implementation of CachePadded. (#1152)
Commits
  • ccd83ac Prepare for the next release
  • 54988eb Calculate layout in const context
  • 761d0b6 Port #1146 & #1147 to deque::Injector and queue::SegQueue
  • 8144fbb Remove optimistic spinning from Context::wait_until
  • a92f6c4 Bump peter-evans/create-pull-request from 5 to 7 (#1153)
  • 66d41a9 channel: Add new_biased constructor for biased channel selection (#1150)
  • d0d0a80 CachePadded: Use 128-byte alignment on arm64ec
  • f757eef Add comment about fixed rustc bug
  • 71d8bb0 ci: Update minimum tested Rust version to 1.63
  • 5092a9b ci: Clean up no_atomic.sh
  • Additional commits viewable in compare view

Updates encode_unicode from 0.3.6 to 1.0.0

Changelog

Sourced from encode_unicode's changelog.

Version 1.0.0 (2022-08-07)

  • Replace error types InvalidUtf8Array, InvalidUtf8Slice, InvalidUtf8FirstByte and InvalidUtf8 with Utf8Error plus Utf8ErrorKind.
    Which of the new error kind variants is reported don't map 1:1 to the old enum variants: For example Utf8ErrorKind::NonUtf8Byte is returned for sequences that would previously have been reported as too high codepoint or overlong encoding.
  • Rename many other error types for consistency:
    • InvalidCodepoint -> CodepointError
    • InvalidUtf16FirstUnit -> Utf16FirstUnitError
    • InvalidUtf16Array -> Utf16ArrayError
    • InvalidUtf16Slice -> Utf16SliceError
    • 1InvalidUtf16Tuple -> Utf16TupleError
  • Change return type of CodepointError::error_range() to RangeInclusive.
  • Rename some errors variants:
    • Utf16SliceError::FirstLowSurrogate -> FirstIsTrailingSurrogate
    • Utf16SliceError::SecondNotLowSurrogate -> SecondIsNotTrailingSurrogate
    • Utf16TupleError::InvalidSecond -> SecondIsNotTrailingSurrogate
  • Expose the error type of Utf16Char::from_bmp() and rename it to NonBmpError.
  • Remove re-exports of Utf8CharIterator and Utf16CharIterator from the crate root.
    (They are still exposed via the iterator module.)
  • Remove impls of the deprecated AsciiExt trait, and make the methods available in #![no_std]-mode.
  • Make many of the previously AsciiExt methods take self by value.
  • Drop support for pre-1.0 versions of the ascii crate.
  • Remove iter_bytes() and iter_units().
  • Increase minimum Rust version to 1.56 and change the minimum Rust version policy.
  • Fix possible UB or panic in Utf8Char::from_slice_start_unchecked() when passed an empty slice.
    (relates to #12.)
  • Make many methods const fn.
  • Add const fns Utf8Char::new() and Utf16Char::new().
Commits
  • b764bc1 v1.0.0
  • c47316a Rename nightly CI run
  • b4cc796 Fix downloading for benchmarks
  • 51c9dcb Error update part 4: Rename the remaining types for consistency
  • c0593e9 Make Utf16Char::from_tuple() and ::from_tuple_unchecked() const fn
  • 801cc1e Make most non-trait methods for error types const fn
  • 4b4c1c9 Run miri
  • 5644c4e Fix error docs
  • 81fdcb0 Fix markdown in changelog for previous release
  • 7d911a4 Fix license field SPDX syntax
  • Additional commits viewable in compare view

Updates fluvio-controlplane-metadata from 0.30.0 to 0.30.1

Release notes

Sourced from fluvio-controlplane-metadata's releases.

dev

Published artifacts from the latest build

Commits

Updates fluvio-stream-dispatcher from 0.13.6 to 0.13.7

Release notes

Sourced from fluvio-stream-dispatcher's releases.

dev

Published artifacts from the latest build

Commits

Updates home from 0.5.9 to 0.5.11

Commits
  • addcc8c Update release information for home 0.5.11 (#14939)
  • e5c4dc6 Limit release trigger to 0.* tags (#14940)
  • f18cbda Limit release trigger to 0.* tags
  • 20ec18a Update home changelog
  • 014378f Clarify status of home_dir
  • 769f622 test(build-std): dont require rustup (#14933)
  • 80409f7 test(build-std): dont require rustup
  • 7847c03 fix(base): Support bases in patches in virtual manifests (#14931)
  • 5b8b2ac fix(base): Support bases in patches in virtual manifests
  • 2d23b94 test(base): Verify bases in patches in virtual manifests
  • Additional commits viewable in compare view

Updates roaring from 0.10.8 to 0.10.9

Release notes

Sourced from roaring's releases.

v0.10.9

What's Changed

Full Changelog: RoaringBitmap/roaring-rs@v0.10.8...v0.10.9

Commits
  • d2ec04f Merge pull request #307 from RoaringBitmap/bump-0-10-9
  • 6f37958 Bump to v0.10.9
  • 83017ad Merge pull request #305 from GZTimeWalker/fix/no-std
  • c175ea6 wip: use -p roaring instaed of working-directory
  • 6acf158 CI: Make continuous integration more reasonable
  • 1a5fb43 chore(fmt): fix rustfmt.toml
  • c1f1008 wip(ci): do not use action-rs
  • 8e760c9 fix(no_std): use core::slice in bitmap_store.rs
  • See full diff in compare view

Updates rustls-pki-types from 1.10.0 to 1.10.1

Release notes

Sourced from rustls-pki-types's releases.

1.10.1

Fixed an issue where we failed to read PEM objects from slices without trailing newline. This failed in the PEM decoder introduced in rustls-pki-types 1.9.0 whereas it worked in rustls-pemfile 2.12.0. We now include a test to make sure this case doesn't regress again.

What's Changed

Commits
  • c6b5af3 Bump version to 1.10.1
  • 5202989 Fix reading PEM from slices without trailing newline
  • 40ae281 tests: fix clippy::redundant_pattern_matching finding
  • 59503c2 lib: fix clippy::empty_line_after_doc_comments finding
  • efab8b4 proj: fix clippy 1.83 findings
  • See full diff in compare view

Updates semver from 1.0.23 to 1.0.24

Release notes

Sourced from semver's releases.

1.0.24

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#328, thanks @​Eh2406)
Commits
  • 6f4069d Release 1.0.24
  • d03aba3 Touch up PR 328
  • 238757d Merge pull request #328 from Eh2406/master
  • 75856ef faster Ord when Eq
  • 89504eb Prevent upload-artifact step from causing CI failure
  • d1b17a9 Upload CI Cargo.lock for reproducing failures
  • 4ea60ae Resolve doc_lazy_continuation clippy lint
  • f96f9d8 Merge pull request #319 from dtolnay/docsrs
  • fc5c98d Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view

Updates unicode-bidi from 0.3.17 to 0.3.18

Commits

Updates unicode-width from 0.1.14 to 0.2.0

Commits

Updates zune-jpeg from 0.4.13 to 0.4.14

Release notes

Sourced from zune-jpeg's releases.

v0.1.0

No release notes provided.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.6` | `2.0.7` |
| [spider](https://github.com/spider-rs/spider) | `2.21.13` | `2.21.30` |
| [fluvio](https://github.com/infinyon/fluvio) | `0.24.0` | `0.24.1` |
| [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.1` | `1.2.2` |
| [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.9` | `1.2.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.3` | `1.2.4` |
| [console](https://github.com/console-rs/console) | `0.15.8` | `0.15.10` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.13` | `0.5.14` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.5` | `0.8.6` |
| [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) | `0.3.11` | `0.3.12` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.20` | `0.8.21` |
| [fluvio-controlplane-metadata](https://github.com/infinyon/fluvio) | `0.30.0` | `0.30.1` |
| [fluvio-stream-dispatcher](https://github.com/infinyon/fluvio) | `0.13.6` | `0.13.7` |
| [home](https://github.com/rust-lang/cargo) | `0.5.9` | `0.5.11` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.8` | `0.10.9` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.10.0` | `1.10.1` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.17` | `0.3.18` |
| [zune-jpeg](https://github.com/etemesi254/zune-image) | `0.4.13` | `0.4.14` |



Updates `thiserror` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.6...2.0.7)

Updates `spider` from 2.21.13 to 2.21.30
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spider-rs/spider/commits)

Updates `fluvio` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infinyon/fluvio/commits)

Updates `aws-smithy-async` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `cc` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.3...cc-v1.2.4)

Updates `console` from 0.15.8 to 0.15.10
- [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.15.8...0.15.10)

Updates `crossbeam-channel` from 0.5.13 to 0.5.14
- [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.13...crossbeam-channel-0.5.14)

Updates `crossbeam-deque` from 0.8.5 to 0.8.6
- [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-deque-0.8.5...crossbeam-deque-0.8.6)

Updates `crossbeam-queue` from 0.3.11 to 0.3.12
- [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-queue-0.3.11...crossbeam-queue-0.3.12)

Updates `crossbeam-utils` from 0.8.20 to 0.8.21
- [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.20...crossbeam-utils-0.8.21)

Updates `encode_unicode` from 0.3.6 to 1.0.0
- [Changelog](https://github.com/tormol/encode_unicode/blob/master/RELEASES.md)
- [Commits](tormol/encode_unicode@v0.3.6...v1.0.0)

Updates `fluvio-controlplane-metadata` from 0.30.0 to 0.30.1
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infinyon/fluvio/commits)

Updates `fluvio-stream-dispatcher` from 0.13.6 to 0.13.7
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infinyon/fluvio/commits)

Updates `home` from 0.5.9 to 0.5.11
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@home-0.5.9...home-0.5.11)

Updates `roaring` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.8...v0.10.9)

Updates `rustls-pki-types` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.10.0...v/1.10.1)

Updates `semver` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.24)

Updates `unicode-bidi` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](servo/unicode-bidi@v0.3.17...v0.3.18)

Updates `unicode-width` from 0.1.14 to 0.2.0
- [Commits](unicode-rs/unicode-width@v0.1.14...v0.2.0)

Updates `zune-jpeg` from 0.4.13 to 0.4.14
- [Release notes](https://github.com/etemesi254/zune-image/releases)
- [Changelog](https://github.com/etemesi254/zune-image/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/etemesi254/zune-image/commits)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fluvio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-smithy-async
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-smithy-types
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: console
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: crossbeam-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: crossbeam-queue
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: crossbeam-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: encode_unicode
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: fluvio-controlplane-metadata
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fluvio-stream-dispatcher
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: home
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: roaring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: unicode-bidi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: unicode-width
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: zune-jpeg
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 17, 2024
@timonv timonv merged commit 20d3e7d into master Dec 17, 2024
13 checks passed
@timonv timonv deleted the dependabot/cargo/minor-943f3c4d1c branch December 17, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant