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 with 33 updates #480

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group with 33 updates:

Package From To
anyhow 1.0.93 1.0.94
tokio 1.41.1 1.42.0
tokio-stream 0.1.16 0.1.17
chrono 0.4.38 0.4.39
spider 2.13.88 2.20.10
redis 0.27.5 0.27.6
allocator-api2 0.2.20 0.2.21
aws-runtime 1.4.3 1.4.4
aws-sdk-dynamodb 1.54.0 1.55.0
aws-sdk-sso 1.49.0 1.50.0
aws-sdk-ssooidc 1.50.0 1.51.0
aws-sdk-sts 1.50.0 1.51.0
aws-sigv4 1.2.5 1.2.6
aws-smithy-runtime 1.7.3 1.7.4
cc 1.2.2 1.2.3
clap 4.5.21 4.5.23
clap_builder 4.5.21 4.5.23
clap_lex 0.7.3 0.7.4
fdeflate 0.3.6 0.3.7
libc 0.2.167 0.2.168
lol_html 2.0.0 2.1.0
pest 2.7.14 2.7.15
pest_derive 2.7.14 2.7.15
pest_generator 2.7.14 2.7.15
pest_meta 2.7.14 2.7.15
png 0.17.14 0.17.15
quinn-udp 0.5.7 0.5.8
roaring 0.10.7 0.10.8
time 0.3.36 0.3.37
time-macros 0.2.18 0.2.19
tokio-util 0.7.12 0.7.13
ua_generator 0.5.3 0.5.4
ureq 2.10.1 2.12.1

Updates anyhow from 1.0.93 to 1.0.94

Release notes

Sourced from anyhow's releases.

1.0.94

  • Documentation improvements
Commits
  • 8ceb5e9 Release 1.0.94
  • b9009ab Merge pull request #399 from dtolnay/okvalue
  • 863791a Align naming between Ok function argument and its documentation
  • 2081692 Merge pull request #398 from zertosh/ok_doc_format
  • cc2cecb Fix anyhow::Ok rustdoc code formatting
  • 8852dc3 Prevent upload-artifact from causing CI failure
  • See full diff in compare view

Updates tokio from 1.41.1 to 1.42.0

Release notes

Sourced from tokio's releases.

Tokio v1.42.0

1.42.0 (Dec 3rd, 2024)

Added

  • io: add AsyncFd::{try_io, try_io_mut} (#6967)

Fixed

  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#6929)
  • runtime: do not defer yield_now inside block_in_place (#6999)

Changes

  • io: simplify io readiness logic (#6966)

Documented

  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#6791)
  • time: fix a typo in Instant docs (#6982)

#6791: tokio-rs/tokio#6791 #6929: tokio-rs/tokio#6929 #6966: tokio-rs/tokio#6966 #6967: tokio-rs/tokio#6967 #6982: tokio-rs/tokio#6982 #6999: tokio-rs/tokio#6999

Commits

Updates tokio-stream from 0.1.16 to 0.1.17

Commits
  • 67355c6 chore: prepare tokio-stream v0.1.17 (#7020)
  • 405d746 signal: remove oneshot channels from tests (#7015)
  • e0d1293 ci: add instructions that explain how to fix spellcheck errors (#7016)
  • 480c010 signal: add SignalKind::info on illumos (#6995)
  • c032ea0 ci: detect trailing whitespace (#7013)
  • 0b31c2f chore: prepare tokio-util v0.7.13 (#7012)
  • 129f9fc codec: fix incorrect handling of invalid utf-8 in LinesCodec::decode_eof (#...
  • b5c227d tracing: move tracing instrumentation tests into tokio tests (#7007)
  • dcae2b9 ci: unfreeze FreeBSD from rustc 1.81 (#7009)
  • bb9d570 chore: prepare Tokio v1.42.0 (#7005)
  • Additional commits viewable in compare view

Updates chrono from 0.4.38 to 0.4.39

Release notes

Sourced from chrono's releases.

0.4.39

What's Changed

Commits

Updates spider from 2.13.88 to 2.20.10

Release notes

Sourced from spider's releases.

v2.20.6

Whats Changed

  • fix chrome initial page return links
  • add hydration scrips ignore for next.js and astro
  • add base script targets for smart mode
  • add custom domain layer interception for giants
  • add interception analytics and ads blocking
  • fix chrome page timeout bytes transferring

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

v2.16.0

Whats Changed

  • Chrome crawls now get the total bytes used over the network.
  • Improved ignore list for unwanted crawling request for chrome interception.

Full Changelog: spider-rs/spider@v2.15.0...v2.16.0

v2.15.0

Whats Changed

Major possible performance increase for chrome crawling blocking extra unwanted XHR request and scripts.

  • perf(chrome): add xhr interception

Full Changelog: spider-rs/spider@v2.14.0...v2.15.0

v2.14.0

Release Notes

Features

  • feat(transform): add transform_content_send for async streaming.

Improvements

  • chore(interning): add optional string-interning.
  • chore(website): fix crawl, establish domain removal #233.
  • chore(transform): add streaming markdown/commonmark transforming.
  • chore(transform): add streaming text transforming.
  • chore(chrome): add request interception analytics ignore.

Bug Fixes

  • chore(page): fix URL encode handling mismatch.
  • chore(transform): fix repeated text streaming.
  • chore(page): fix page link return with full URLs.
  • chore(website): fix crawl delay handling.
  • perf(website): reduce extra context switching on crawls.

Thank you for the help @​Revertron!

... (truncated)

Commits

Updates redis from 0.27.5 to 0.27.6

Release notes

Sourced from redis's releases.

redis-0.27.6

Changes & Bug fixes

  • Use runtime agnostic retry mechanism. (#1392)
  • Choose sleep function according to active runtime. (#1369)
  • MpxConnection: Allow pipelines to continue after error. (#1293)
  • Async cluster - Do not retry requests that have been dropped by the user. (#1318)
  • Sync cluster - reconnect after complete disconnect. (#1233)
  • feat: Add high level type for ROLE command (#1321 @​DCjanus)
  • impl CLIENT ID (#1382 @​ArtemIsmagilov)
  • impl CLIENT SETNAME (#1381 @​ArtemIsmagilov)
  • Async push messages: Allow for more channel types. ([#1295]redis-rs/redis-rs#1295)

Documentation improvements

  • Add docs clarifying connection pool usage. (#1411)
  • Describe as "for Redis" (#1423 @​zuiderkwast)
  • Clarify RESP3 subscription documentation. (#1436)
  • Add keywords to increase crate visibility. (#1425)
  • Improve docs. (#1339)
  • Add doc clarifying behavior of invoke_script. (#1396)

CI improvements

  • Use cargo-nextest for testing. (#1336)
  • test in CI against valkey 8. (#1362)
  • Fix new lints. (#1426)
  • Fix test_block_on_all_panics_from_spawns consistently failing on async_std. (#1368)
Commits
  • 6a93254 Reduce number of keywords.
  • 5fbc233 Prepare release 0.27.6
  • dc40933 Async push messages: Allow for more sender types.
  • 11cd8b3 Add keywords to increase crate visibility.
  • 2ef98ad Handle the new NOSUB errors from valkey 8.
  • 7862040 test in CI against valkey 8.
  • 0891022 Use cargo-nextest for testing.
  • 35a7c44 Clarify RESP3 subscription documentation.
  • bc8b4f7 Bump serde_json from 1.0.132 to 1.0.133
  • 6a46972 Bump hashbrown from 0.14.3 to 0.15.2
  • Additional commits viewable in compare view

Updates allocator-api2 from 0.2.20 to 0.2.21

Commits

Updates aws-runtime from 1.4.3 to 1.4.4

Commits

Updates aws-sdk-dynamodb from 1.54.0 to 1.55.0

Commits

Updates aws-sdk-sso from 1.49.0 to 1.50.0

Commits

Updates aws-sdk-ssooidc from 1.50.0 to 1.51.0

Commits

Updates aws-sdk-sts from 1.50.0 to 1.51.0

Commits

Updates aws-sigv4 from 1.2.5 to 1.2.6

Commits

Updates aws-smithy-runtime from 1.7.3 to 1.7.4

Commits

Updates cc from 1.2.2 to 1.2.3

Release notes

Sourced from cc's releases.

cc-v1.2.3

Other

  • Improve detection of environment when compiling from msbuild or msvc (#1310)
  • Better error message when failing on unknown targets (#1313)
  • Optimize RustcCodegenFlags (#1305)
Changelog

Sourced from cc's changelog.

1.2.3 - 2024-12-06

Other

  • Improve detection of environment when compiling from msbuild or msvc (#1310)
  • Better error message when failing on unknown targets (#1313)
  • Optimize RustcCodegenFlags (#1305)
Commits

Updates clap from 4.5.21 to 4.5.23

Release notes

Sourced from clap's releases.

v4.5.23

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Changelog

Sourced from clap's changelog.

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Commits

Updates clap_builder from 4.5.21 to 4.5.23

Release notes

Sourced from clap_builder's releases.

v4.5.23

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Changelog

Sourced from clap_builder's changelog.

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Commits

Updates clap_lex from 0.7.3 to 0.7.4

Changelog

Sourced from clap_lex's changelog.

v0.7.4 (2015-05-03)

Bug Fixes

  • Options fixes a bug where option arguments in succession get their values skipped (f66334d0)
Commits
  • 4b82b97 chore: Release
  • a982adf docs: Update changelog
  • e5624f0 Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...
  • c8095c0 fix(lex): Allow an exponent 'E'
  • 9ebdf8c test(lex): Allow 'E' in scientific notation
  • 5babafd chore: Release
  • ac6b09c docs: Update changelog
  • 18a81c4 Merge pull request #5836 from omertuc/reqself
  • 29d9e88 fix(assert): Prevent arguments from requiring self
  • 52aad0e test(asserts): Add test for self requires
  • Additional commits viewable in compare view

Updates fdeflate from 0.3.6 to 0.3.7

Changelog

Sourced from fdeflate's changelog.

0.3.7

  • Optimized decoding of streams that use fixed huffman blocks (#38, #39)

#38: image-rs/fdeflate#38 #39: image-rs/fdeflate#39

Commits

Updates libc from 0.2.167 to 0.2.168

Release notes

Sourced from libc's releases.

0.2.168

Added

Deprecated

  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#4183)

Fixed

  • Make the Debug implementation for unions opaque (#4176)

Other

Changelog

Sourced from libc's changelog.

0.2.168 - 2024-12-09

Added

Deprecated

  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#4183)

Fixed

  • Make the Debug implementation for unions opaque (#4176)

Other

Commits
  • e6082ef chore: release v0.2.168
  • 26b5337 Merge pull request #4190 from tgross35/backport-ci-artifacts
  • 4344e54 ci: Upload artifacts created by libc-test
  • abe73ab Merge pull request #4187 from tgross35/backport-romanesco
  • 1e2da75 adding POSIX memccpy and mempcpy GNU extension.
  • 7457aa1 fix: make Debug impl for unions opaque
  • 8592ff9 Lift IFA_* constants from linux/gnu to linux
  • 069c923 Test(semver/linux): Add missing PF_* constants
  • 05768aa Docs(linux): Add docs for PF_* constants
  • 0e89233 Feat(linux): Add new process flags
  • Additional commits viewable in compare view

Updates lol_html from 2.0.0 to 2.1.0

Release notes

Sourced from lol_html's releases.

v2.1.0

  • Added streaming handlers.
  • Only allow changing the charset once with the <meta> tag, in accordance with the HTML spec.
  • Fixed parsing of invalid elements in <svg> and <math>.
Changelog

Sourced from lol_html's changelog.

v2.1.0

  • Added streaming handlers.
  • Only allow changing the charset once with the <meta> tag, in accordance with the HTML spec.
  • Fixed parsing of invalid elements in <svg> and <math>.
Commits

Updates pest from 2.7.14 to 2.7.15

Release notes

Sourced from pest's releases.

v2.7.15

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.14...v2.7.15

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
Commits

Updates pest_derive from 2.7.14 to 2.7.15

Release notes

Sourced from pest_derive's releases.

v2.7.15

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.14...v2.7.15

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
Commits

Updates pest_generator from 2.7.14 to 2.7.15

Release notes

Sourced from pest_generator's releases.

v2.7.15

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.14...v2.7.15

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
Commits

Updates pest_meta from 2.7.14 to 2.7.15

Release notes

Sourced from pest_meta's releases.

v2.7.15

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.14...v2.7.15

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
Commits

Updates png from 0.17.14 to 0.17.15

Changelog

Sourced from png's changelog.

0.17.15

Added

  • Add a public API to advance to the next frame in APNG decoder (#518)
  • Add APIs to write ICC and EXIF chunks (#526)
  • Add support for parsing the sBIT chunk (#524)
  • Add support for parsing the bKGD chunk (#538)
  • Add support for parsing the cICP chunk (#529)
  • Add support for parsing mDCv and cLLi chunks (#528, (#543))

Changed

  • Improve performance of Paeth filter during decoding (#512, #539)

Fixed

  • Avoid an infinite loop when retrying after a fatal error using StreamingDecoder (#520)
  • Fixed chunk order in encoded files (

Bumps the minor group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [spider](https://github.com/spider-rs/spider) | `2.13.88` | `2.20.10` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.27.5` | `0.27.6` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.20` | `0.2.21` |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.4.3` | `1.4.4` |
| [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) | `1.54.0` | `1.55.0` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.49.0` | `1.50.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.50.0` | `1.51.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.50.0` | `1.51.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.5` | `1.2.6` |
| [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.3` | `1.7.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.2` | `1.2.3` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.7.3` | `0.7.4` |
| [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.6` | `0.3.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.167` | `0.2.168` |
| [lol_html](https://github.com/cloudflare/lol-html) | `2.0.0` | `2.1.0` |
| [pest](https://github.com/pest-parser/pest) | `2.7.14` | `2.7.15` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.7.14` | `2.7.15` |
| [pest_generator](https://github.com/pest-parser/pest) | `2.7.14` | `2.7.15` |
| [pest_meta](https://github.com/pest-parser/pest) | `2.7.14` | `2.7.15` |
| [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.15` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.7` | `0.5.8` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.7` | `0.10.8` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` |
| [time-macros](https://github.com/time-rs/time) | `0.2.18` | `0.2.19` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |
| [ua_generator](https://github.com/a11ywatch/ua_generator) | `0.5.3` | `0.5.4` |
| [ureq](https://github.com/algesten/ureq) | `2.10.1` | `2.12.1` |


Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

Updates `tokio-stream` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

Updates `spider` from 2.13.88 to 2.20.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 `redis` from 0.27.5 to 0.27.6
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.27.5...redis-0.27.6)

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

Updates `aws-runtime` from 1.4.3 to 1.4.4
- [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-sdk-dynamodb` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sso` 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 `aws-sdk-ssooidc` from 1.50.0 to 1.51.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.50.0 to 1.51.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sigv4` from 1.2.5 to 1.2.6
- [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-runtime` from 1.7.3 to 1.7.4
- [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.2 to 1.2.3
- [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.2...cc-v1.2.3)

Updates `clap` from 4.5.21 to 4.5.23
- [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.21...clap_complete-v4.5.23)

Updates `clap_builder` from 4.5.21 to 4.5.23
- [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.21...v4.5.23)

Updates `clap_lex` from 0.7.3 to 0.7.4
- [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.3...clap_lex-v0.7.4)

Updates `fdeflate` from 0.3.6 to 0.3.7
- [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md)
- [Commits](image-rs/fdeflate@v0.3.6...v0.3.7)

Updates `libc` from 0.2.167 to 0.2.168
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.167...0.2.168)

Updates `lol_html` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/cloudflare/lol-html/releases)
- [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md)
- [Commits](cloudflare/lol-html@v2.0.0...v2.1.0)

Updates `pest` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.14...v2.7.15)

Updates `pest_derive` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.14...v2.7.15)

Updates `pest_generator` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.14...v2.7.15)

Updates `pest_meta` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.14...v2.7.15)

Updates `png` from 0.17.14 to 0.17.15
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.14...v0.17.15)

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

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

Updates `time` from 0.3.36 to 0.3.37
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.36...v0.3.37)

Updates `time-macros` from 0.2.18 to 0.2.19
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.18...v0.2.19)

Updates `tokio-util` from 0.7.12 to 0.7.13
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13)

Updates `ua_generator` from 0.5.3 to 0.5.4
- [Commits](https://github.com/a11ywatch/ua_generator/commits)

Updates `ureq` from 2.10.1 to 2.12.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.10.1...2.12.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: chrono
  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-minor
  dependency-group: minor
- dependency-name: redis
  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-runtime
  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-sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: aws-sdk-ssooidc
  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: aws-sigv4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-smithy-runtime
  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: 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: fdeflate
  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: lol_html
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: pest_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: pest_generator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: pest_meta
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: png
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quinn-udp
  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: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: time-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ua_generator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ureq
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Dec 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

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

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-d153785ec2 branch December 11, 2024 07:32
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