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 35 updates #453

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
serde 1.0.214 1.0.215
serde_json 1.0.132 1.0.133
spider 2.13.4 2.13.10
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
mockall 0.13.0 0.13.1
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
axum 0.7.7 0.7.9
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
libc 0.2.162 0.2.164
publicsuffix 2.2.3 2.3.0
quinn 0.11.5 0.11.6
schannel 0.1.26 0.1.27
security-framework-sys 2.12.0 2.12.1
tempfile 3.13.0 3.14.0
unicode-ident 1.0.13 1.0.14

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 serde_json from 1.0.132 to 1.0.133

Release notes

Sourced from serde_json's releases.

v1.0.133

  • Implement From<[T; N]> for serde_json::Value (#1215)
Commits
  • 0903de4 Release 1.0.133
  • 2b65ca0 Merge pull request #1215 from dtolnay/fromarray
  • 4e5f985 Implement From<[T; N]> for Value
  • 2ccb5b6 Disable question_mark clippy lint in lexical test
  • a11f5f2 Resolve unnecessary_map_or clippy lints
  • 07f280a Wrap PR 1213 to 80 columns
  • 75ed447 Merge pull request #1213 from djmitche/safety-comment
  • 73011c0 Add a safety comment to unsafe block
  • be2198a Prevent upload-artifact step from causing CI failure
  • 7cce517 Raise minimum version for preserve_order feature to Rust 1.65
  • Additional commits viewable in compare view

Updates spider from 2.13.4 to 2.13.10

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 mockall from 0.13.0 to 0.13.1

Changelog

Sourced from mockall's changelog.

[ 0.13.1 ] - 2024-11-17

Fixed

  • Suppress warnings about the #[expect] lint, new in Rust 1.81.0, in generated code. (#619)

  • Suppress the #[clippy::ref_option] warning, new in Rust 1.83.0, in generated code. (#618)

  • When mocking functions with a closure argument, but not using #[concretize], include any additional trait bounds in the trait object argument passed to .with and .returning. (#606)

  • Fixed naming conflict when mocking multiple traits with same name but from different modules. (#601)

Commits
  • 62f92cb chore: Release
  • 46747dc Format the CHANGELOG
  • 44d319b Better error message when mocking structs with elided lifetimes (#622)
  • a96a23e Suppress #[expect] attributes in the generated code (#619)
  • dee7bcb Clippy: fix unnecessary_map_or lint (#621)
  • e1ac2e1 Suppress the clippy::ref_option warning in generated code (#618)
  • d5b3b46 Clippy cleanup: needless_lifetimes (#611)
  • 97c31d2 Clippy cleanup (#609)
  • 5394a9b Fix missing_docs lints with the latest nightly (#607)
  • 6c5276e During declosurefy, make sure to include additional trait bounds (#606)
  • 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 axum from 0.7.7 to 0.7.9

Release notes

Sourced from axum's releases.

axum - v0.7.9

  • fixed: Avoid setting content-length before middleware (#3031)

#3031:tokio-rs/axum#3031

axum - v0.7.8

  • fixed: Skip SSE incompatible chars of serde_json::RawValue in Event::json_data (#2992)
  • added: Add method_not_allowed_fallback to set a fallback when a path matches but there is no handler for the given HTTP method (#2903)
  • added: Add MethodFilter::CONNECT, routing::connect[_service] and MethodRouter::connect[_service] (#2961)
  • added: Add NoContent as a self-described shortcut for StatusCode::NO_CONTENT (#2978)

#2903: tokio-rs/axum#2903 #2961: tokio-rs/axum#2961 #2978: tokio-rs/axum#2978 #2992: tokio-rs/axum#2992

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 libc from 0.2.162 to 0.2.164

Release notes

Sourced from libc's releases.

0.2.164

MSRV

This release increases the MSRV of libc to 1.63.

Other

0.2.163

Added

Changed

Other

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 20, 2024
Bumps the minor group with 31 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [spider](https://github.com/spider-rs/spider) | `2.13.4` | `2.13.10` |
| [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` |
| [mockall](https://github.com/asomers/mockall) | `0.13.0` | `0.13.1` |
| [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` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.7` | `0.7.9` |
| [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` |
| [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.164` |
| [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` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.26` | `0.1.27` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.12.0` | `2.12.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.13` | `1.0.14` |



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 `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `spider` from 2.13.4 to 2.13.10
- [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 `mockall` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.0...v0.13.1)

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 `axum` from 0.7.7 to 0.7.9
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.7...axum-v0.7.9)

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 `libc` from 0.2.162 to 0.2.164
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.162...0.2.164)

Updates `mockall_derive` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.0...v0.13.1)

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 `schannel` from 0.1.26 to 0.1.27
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](steffengy/schannel-rs@v0.1.26...v0.1.27)

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)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

Updates `unicode-ident` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.13...1.0.14)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_json
  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: mockall
  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: axum
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: mockall_derive
  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: schannel
  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
- dependency-name: tempfile
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-16fc66a7af branch from 2fd470c to e5b3023 Compare November 20, 2024 12:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2024

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

@dependabot dependabot bot closed this Nov 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-16fc66a7af branch November 21, 2024 07:52
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