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 27 updates #448

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

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

Package From To
serde 1.0.214 1.0.215
spider 2.13.4 2.13.8
tree-sitter-java 0.23.2 0.23.4
tree-sitter-javascript 0.23.0 0.23.1
tree-sitter-python 0.23.2 0.23.4
tree-sitter-ruby 0.23.0 0.23.1
tree-sitter-rust 0.23.0 0.23.1
tree-sitter-typescript 0.23.0 0.23.2
allocator-api2 0.2.18 0.2.20
aws-sdk-dynamodb 1.53.0 1.54.0
aws-sdk-sts 1.49.0 1.50.0
bstr 1.10.0 1.11.0
cc 1.1.36 1.2.1
clap 4.5.20 4.5.21
clap_lex 0.7.2 0.7.3
comfy-table 7.1.1 7.1.3
cookie_store 0.21.0 0.21.1
cpufeatures 0.2.14 0.2.15
csv 1.3.0 1.3.1
flate2 1.0.34 1.0.35
indicatif 0.17.8 0.17.9
publicsuffix 2.2.3 2.3.0
quinn 0.11.5 0.11.6
security-framework-sys 2.12.0 2.12.1

Updates serde from 1.0.214 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

Updates spider from 2.13.4 to 2.13.8

Release notes

Sourced from spider's releases.

v2.13.5

Whats Changed

  • perf reduce cpu usage for streaming rewriter

Full Changelog: spider-rs/spider@v2.12.12...v2.13.5

Commits

Updates tree-sitter-java from 0.23.2 to 0.23.4

Release notes

Sourced from tree-sitter-java's releases.

v0.23.4

NOTE: Download tree-sitter-java.tar.xz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-java.tar.xz for the complete source code.

Commits

Updates tree-sitter-javascript from 0.23.0 to 0.23.1

Release notes

Sourced from tree-sitter-javascript's releases.

v0.23.1

NOTE: Download tree-sitter-javascript.tar.xz for the complete source code.

Commits

Updates tree-sitter-python from 0.23.2 to 0.23.4

Release notes

Sourced from tree-sitter-python's releases.

v0.23.4

NOTE: Download tree-sitter-python.tar.xz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-python.tar.xz for the complete source code.

Commits

Updates tree-sitter-ruby from 0.23.0 to 0.23.1

Release notes

Sourced from tree-sitter-ruby's releases.

v0.23.1

NOTE: Download tree-sitter-ruby.tar.xz for the complete source code.

Commits

Updates tree-sitter-rust from 0.23.0 to 0.23.1

Release notes

Sourced from tree-sitter-rust's releases.

v0.23.1

NOTE: Download tree-sitter-rust.tar.xz for the complete source code.

Commits

Updates tree-sitter-typescript from 0.23.0 to 0.23.2

Release notes

Sourced from tree-sitter-typescript's releases.

v0.23.2

NOTE: Download tree-sitter-typescript.tar.xz for the complete source code.

v0.23.1

NOTE: Download tree-sitter-typescript.tar.xz for the complete source code.

Commits
  • f975a62 0.23.2
  • 61e2a77 0.23.1
  • 7bfe051 fix(rust): don't fetch files from node_modules
  • aa6c28f fix: remove glimmer tags
  • 9230875 build: move tree-sitter-javascript to dependencies
  • 14af167 chore: regenerate
  • 31725c1 build: update bindings
  • 89e0420 feat(node): support single-file executables via bun build --compile
  • 73c4447 chore: regenerate
  • 18bb23a build: update bindings
  • Additional commits viewable in compare view

Updates allocator-api2 from 0.2.18 to 0.2.20

Commits

Updates aws-sdk-dynamodb from 1.53.0 to 1.54.0

Commits

Updates aws-sdk-sts from 1.49.0 to 1.50.0

Commits

Updates bstr from 1.10.0 to 1.11.0

Commits
  • 41f8bdb 1.11.0
  • f679928 msrv: bump to Rust 1.73
  • 71e468c safety: introduce ALIGN_MASK based on core::mem::align_of
  • 77e5fd7 lint: fix elided_named_lifetimes warning on nightly
  • 6b713be impl: add PartialEq and PartialOrd instances for byte arrays [u8; N]
  • af99a6e impl: fix discrepancy in upper/lower case in impl fmt::Debug for BStr
  • 955fa16 lint: clippy::cast_lossless and clippy::unreadable_literal lints
  • 65018f6 lint: clippy::redundant_closure_for_method_calls lint violation
  • dee0d9a lint: clippy::cloned_instead_of_copied lint violation
  • c7f3d56 lint: clippy::range_plus_one lint violations
  • Additional commits viewable in compare view

Updates cc from 1.1.36 to 1.2.1

Release notes

Sourced from cc's releases.

cc-v1.2.1

Other

  • When invoking cl -?, set stdin to null (#1288)

cc-v1.2.0

Added

  • add i686-pc-windows-gnullvm prefix detection (#1283)

Other

  • Allow only specifying the architecture (#1285)
  • Fix WASM vs. WASI options (#1284)

cc-v1.1.37

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Changelog

Sourced from cc's changelog.

1.2.1 - 2024-11-14

Other

  • When invoking cl -?, set stdin to null (#1288)

1.2.0 - 2024-11-11

Added

  • add i686-pc-windows-gnullvm prefix detection (#1283)

Other

  • Allow only specifying the architecture (#1285)
  • Fix WASM vs. WASI options (#1284)

1.1.37 - 2024-11-08

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Commits

Updates clap from 4.5.20 to 4.5.21

Release notes

Sourced from clap's releases.

v4.5.21

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Changelog

Sourced from clap's changelog.

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Commits
  • 03d7226 chore: Release
  • 3df70fb docs: Update changelog
  • 3266c36 Merge pull request #5691 from epage/custom
  • 951762d feat(complete): Allow any OsString-compatible type to be a CompletionCandidate
  • bb6493e feat(complete): Offer - as a path option
  • 27b348d refactor(complete): Simplify ArgValueCandidates code
  • 49b8108 feat(complete): Add PathCompleter
  • 82a360a feat(complete): Add ArgValueCompleter
  • 47aedc6 fix(complete): Ensure paths are sorted
  • 431e2bc test(complete): Ensure ArgValueCandidates get filtered
  • Additional commits viewable in compare view

Updates clap_builder from 4.5.20 to 4.5.21

Release notes

Sourced from clap_builder's releases.

v4.5.21

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Changelog

Sourced from clap_builder's changelog.

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates clap_lex from 0.7.2 to 0.7.3

Changelog

Sourced from clap_lex's changelog.

v0.7.3 (2015-05-03)

Bug Fixes

  • RequiredValues fixes a bug where missing values are parsed as missing arguments (93c4a723)

Improvements

  • ErrorMessages improves error messages and corrections (a29c3983)
  • ArgGroups improves requirement and confliction support for groups (c236dc5f)
Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates comfy-table from 7.1.1 to 7.1.3

Release notes

Sourced from comfy-table's releases.

v7.1.3

[7.1.3] - 2024-11-24

Fix

  • Bump crossterm to 0.28 on Windows as well

v7.1.2

[7.1.2] - 2024-11-24

Chore

  • Bump crossterm to 0.28
  • Bump unicode-width to 0.2
Changelog

Sourced from comfy-table's changelog.

[7.1.3] - 2024-11-24

Fix

  • Bump crossterm to 0.28 on Windows as well

[7.1.2] - 2024-11-24

Chore

  • Bump crossterm to 0.28
  • Bump unicode-width to 0.2
Commits
  • cd9ba5f chore: Release comfy-table version 7.1.3
  • 5e0a3cf docs: Changelog for 7.1.3
  • 7df375d Merge pull request #157 from mistydemeo/crossterm-windows
  • a1cf06f build(deps): crossterm 0.28 windows
  • e35f019 chore: Release comfy-table version 7.1.2
  • 1d9688c docs: Changelog for 7.1.2
  • 5720391 docs(readme): Update unsafe usage docs
  • 97c4e43 Merge pull request #156 from Nukesor/dependabot/cargo/rstest-0.23
  • 58b2598 build(deps): update rstest requirement from 0.22 to 0.23
  • f6c7d24 add: Make Table and Column clonable
  • Additional commits viewable in compare view

Updates cookie_store from 0.21.0 to 0.21.1

Changelog

Sourced from cookie_store's changelog.

[0.21.1] - 2024-11-09

Documentation

  • Update CONTRIBUTORS.md
  • Switch to using document-feature for genearating feature flag documentation
  • Improve documentation around features
  • Add documentation around legacy serialization vs. serde module

Features

  • Gate serialization behind features serde{,_json,_ron}

Miscellaneous Tasks

  • Bump indexmap to 2.6.0

Build

  • Set rust-version=1.63.0
  • Add serde_json as a default feature
  • Specify feature dependencies with explcit dep:

Ci

  • Split ci check step build into build + test. Add msrv job

Refact

  • De/serialize through simple Vec instead of CookieStoreSerialized
  • Collect legacy mod cookie_store serialization impl
  • Rename mod serialization -> serde; split out json, ron
  • Split ron and json serialization tests
  • Reorganize tests to respect serde* features
  • Move serialization into dedicated mod serialization
Commits
  • 01d9a5f chore(release): prepare for v0.21.1
  • edf6359 Merge branch 'master' into idna-1.0
  • 08560c2 ci: split ci check step build into build + test. Add msrv job
  • 7babde5 Update to idna 1.0
  • 1eed496 chore(deps): bump indexmap to 2.6.0
  • 5063890 Merge pull request #46 from dcampbell24/change-edition-set-rust-version
  • 18f9a3b build: set rust-version=1.63.0
  • 05b3187 Include the patch version in MSRV.
  • 50c1e36 doc: update CONTRIBUTORS.md
  • 8baab50 Set the rust-version, update edition.
  • Additional commits viewable in compare view

Updates cpufeatures from 0.2.14 to 0.2.15

Commits

Updates csv from 1.3.0 to 1.3.1

Commits

Updates flate2 from 1.0.34 to 1.0.35

Release notes

Sourced from flate2's releases.

1.0.35 - security update to zlib-rs

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35

Commits

Updates indicatif from 0.17.8 to 0.17.9

Release notes

Sourced from indicatif's releases.

0.17.9

What's Changed

Commits
  • e84863a feat: allow constructing and setting the progress bar len to None (#664)
  • 90a1f3b Bump version to 0.17.9
  • 83da31e Bump EmbarkStudios/cargo-deny-action from 1 to 2
  • 884ddfb Replace instant with web-time
  • 5396704 Update unicode-width requirement from 0.1 to 0.2
  • fde06b7 Update deny config for cargo-deny 0.15 release
  • 6c01758 bump MSRV to 1.70 for Tokio 1.39.2
  • ffd3cda ProgressBar::new: update doc string to reflect correct default refresh rate
  • d323a96 Fix 'lazy continuation' lint errors in docs
  • 5295317 Fix AtomicPosition::reset storing wrong value (#650)
  • Additional commits viewable in compare view

Updates publicsuffix from 2.2.3 to 2.3.0

Commits
  • 4f385eb chore: Release publicsuffix version 2.3.0
  • bc8c375 Merge pull request #43 from rushmorem/bump-dependencies
  • e36de00 Bump MSRV to v1.68.2
  • d894e88 Drop obsolete dev dependency
  • 5a25622 Upgrade hashbrown
  • 786c046 Merge pull request #42 from torokati44/idna-1.0
  • ade8bc1 Update to idna 1.0
  • b300356 Merge pull request #40 from torokati44/idna-0.5
  • 9102a91 Update to idna 0.5
  • 47958d6 Merge pull request #39 from sdroege/idna-0.4
  • Additional commits viewable in compare view

Updates quinn from 0.11.5 to 0.11.6

Commits
  • d23e4e4 CI: add test for netbsd
  • bb4df4d fixes quinn-rs/quinn#2033
  • 66546dd quinn: bump version to 0.11.6
  • ca1f2ef Revert "crypto: expose negotiated_cipher_suite in the hadshake data"
  • 2a8b904 proto: bump version to 0.11.9
  • eebccff quinn: Fix missing re-exports
  • 7944e0f proto: Fix missing re-exports
  • 8c66491 proto: Rename frame::Type to FrameType
  • 18b7956 build(deps): update thiserror requirement from 1.0.21 to 2.0.3
  • 9be256e feat: enable rustls logging, gated by rustls-log feature flag
  • Additional commits viewable in compare view

Updates quinn-proto from 0.11.8 to 0.11.9

Commits
  • d23e4e4 CI: add test for netbsd
  • bb4df4d fixes quinn-rs/quinn#2033
  • 66546dd quinn: bump version to 0.11.6
  • ca1f2ef Revert "crypto: expose negotiated_cipher_suite in the hadshake data"
  • 2a8b904 proto: bump version to 0.11.9
  • eebccff quinn: Fix missing re-exports
  • 7944e0f proto: Fix missing re-exports
  • 8c66491 proto: Rename frame::Type to FrameType
  • 18b7956 build(deps): update thiserror requirement from 1.0.21 to 2.0.3
  • 9be256e feat: enable rustls logging, gated by rustls-log feature flag
  • Additional commits viewable in compare view

Updates security-framework-sys from 2.12.0 to 2.12.1

Commits

Updates serde_derive from 1.0.214 to 1.0.215

Release notes

Sourced from serde_derive's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

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 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [spider](https://github.com/spider-rs/spider) | `2.13.4` | `2.13.8` |
| [tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java) | `0.23.2` | `0.23.4` |
| [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) | `0.23.0` | `0.23.1` |
| [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.23.2` | `0.23.4` |
| [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby) | `0.23.0` | `0.23.1` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.0` | `0.23.1` |
| [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) | `0.23.0` | `0.23.2` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.20` |
| [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) | `1.53.0` | `1.54.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.49.0` | `1.50.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.10.0` | `1.11.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.36` | `1.2.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.1.1` | `7.1.3` |
| [cookie_store](https://github.com/pfernie/cookie_store) | `0.21.0` | `0.21.1` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.14` | `0.2.15` |
| [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` |
| [publicsuffix](https://github.com/rushmorem/publicsuffix) | `2.2.3` | `2.3.0` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.5` | `0.11.6` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.12.0` | `2.12.1` |



Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `spider` from 2.13.4 to 2.13.8
- [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 `tree-sitter-java` from 0.23.2 to 0.23.4
- [Release notes](https://github.com/tree-sitter/tree-sitter-java/releases)
- [Commits](tree-sitter/tree-sitter-java@v0.23.2...v0.23.4)

Updates `tree-sitter-javascript` from 0.23.0 to 0.23.1
- [Release notes](https://github.com/tree-sitter/tree-sitter-javascript/releases)
- [Commits](tree-sitter/tree-sitter-javascript@v0.23.0...v0.23.1)

Updates `tree-sitter-python` from 0.23.2 to 0.23.4
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.23.2...v0.23.4)

Updates `tree-sitter-ruby` from 0.23.0 to 0.23.1
- [Release notes](https://github.com/tree-sitter/tree-sitter-ruby/releases)
- [Commits](tree-sitter/tree-sitter-ruby@v0.23.0...v0.23.1)

Updates `tree-sitter-rust` from 0.23.0 to 0.23.1
- [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
- [Commits](tree-sitter/tree-sitter-rust@v0.23.0...v0.23.1)

Updates `tree-sitter-typescript` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-typescript/releases)
- [Commits](tree-sitter/tree-sitter-typescript@v0.23.0...v0.23.2)

Updates `allocator-api2` from 0.2.18 to 0.2.20
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zakarumych/allocator-api2/commits)

Updates `aws-sdk-dynamodb` from 1.53.0 to 1.54.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sts` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `bstr` from 1.10.0 to 1.11.0
- [Commits](BurntSushi/bstr@1.10.0...1.11.0)

Updates `cc` from 1.1.36 to 1.2.1
- [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.1.36...cc-v1.2.1)

Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `clap_builder` from 4.5.20 to 4.5.21
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.20...v4.5.21)

Updates `clap_lex` from 0.7.2 to 0.7.3
- [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_lex-v0.7.2...clap_lex-v0.7.3)

Updates `comfy-table` from 7.1.1 to 7.1.3
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.1.1...v7.1.3)

Updates `cookie_store` from 0.21.0 to 0.21.1
- [Changelog](https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md)
- [Commits](pfernie/cookie_store@v0.21.0...v0.21.1)

Updates `cpufeatures` from 0.2.14 to 0.2.15
- [Commits](RustCrypto/utils@cpufeatures-v0.2.14...cpufeatures-v0.2.15)

Updates `csv` from 1.3.0 to 1.3.1
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

Updates `flate2` from 1.0.34 to 1.0.35
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.34...1.0.35)

Updates `indicatif` from 0.17.8 to 0.17.9
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.8...0.17.9)

Updates `publicsuffix` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/rushmorem/publicsuffix/releases)
- [Commits](rushmorem/publicsuffix@v2.2.3...v2.3.0)

Updates `quinn` from 0.11.5 to 0.11.6
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-0.11.5...quinn-0.11.6)

Updates `quinn-proto` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.8...quinn-proto-0.11.9)

Updates `security-framework-sys` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

Updates `serde_derive` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

---
updated-dependencies:
- dependency-name: serde
  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: tree-sitter-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-javascript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: allocator-api2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-sdk-dynamodb
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: aws-sdk-sts
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bstr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap_lex
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: comfy-table
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cookie_store
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: csv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: indicatif
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: publicsuffix
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: quinn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quinn-proto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-45d347dc39 branch November 18, 2024 07:46
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.

0 participants