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 18 updates #471

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
anyhow 1.0.93 1.0.94
tokio 1.41.1 1.42.0
spider 2.13.88 2.14.0
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
clap 4.5.21 4.5.22
time 0.3.36 0.3.37
ua_generator 0.5.3 0.5.4
ureq 2.10.1 2.12.0

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 spider from 2.13.88 to 2.14.0

Release notes

Sourced from spider's releases.

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!

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

Commits
  • e54443b chore(crawler): add full analytics ignore
  • 2417953 chore(page): ignore js void
  • d7175f1 chore(chrome): add analytics ignore scripts
  • a405f82 chore(transform): fix streaming repeated text
  • 8d540e8 feat(transform): add send text transform streaming
  • 7543bf3 feat(transform): add transform_content_send async streaming
  • 09d7787 chore(interning): add optional string-interning
  • da531e9 chore(page): fix url encode handling mismatch
  • f184914 chore(website): fix crawl establish domain removal #233
  • See full diff in compare view

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 clap from 4.5.21 to 4.5.22

Release notes

Sourced from clap's releases.

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.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Commits

Updates clap_builder from 4.5.21 to 4.5.22

Release notes

Sourced from clap_builder's releases.

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.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself
Commits

Updates time from 0.3.36 to 0.3.37

Release notes

Sourced from time's releases.

v0.3.37

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.37 [2024-12-03]

Added

  • Time::MAX, equivalent to time!(23:59:59.999999999)
  • [year repr:century] is now supported in format descriptions. When used in conjunction with [year repr:last_two], there is sufficient information to parse a date. Note that with the large-date feature enabled, there is an ambiguity when parsing the two back-to-back.
  • Parsing of strftime-style format descriptions, located at time::format_description::parse_strftime_borrowed and time::format_description::parse_strftime_owned
  • time::util::refresh_tz and time::util::refresh_tz_unchecked, which updates information obtained via the TZ environment variable. This is equivalent to the tzset syscall on Unix-like systems, with and without built-in soundness checks, respectively.
  • Month::length and util::days_in_month, replacing util::days_in_year_month.
  • Expressions are permitted in time::serde::format_description! rather than only paths. This also drastically improves diagnostics when an invalid value is provided.

Changed

  • Obtaining the system UTC offset on Unix-like systems should now succeed when multi-threaded. However, if the TZ environment variable is altered, the program will not be aware of this until time::util::refresh_tz or time::util::refresh_tz_unchecked is called. refresh_tz has the same soundness requirements as obtaining the system UTC offset previously did, with the requirements still being automatically enforced. refresh_tz_unchecked does not enforce these requirements at the expense of being unsafe. Most programs should not need to call either function.

    Due to this change, the time::util::local_offset module has been deprecated in its entirety. The get_soundness and set_soundness functions are now no-ops.

    Note that while calls should succeed, success is not guaranteed in any situation. Downstream users should always be prepared to handle the error case.

Fixed

  • Floating point values are truncated, not rounded, when formatting.
  • RFC3339 allows arbitrary separators between the date and time components.
  • Serialization of negative Durations less than one second is now correct. It previously omitted the negative sign.
  • From<js_sys::Date> for OffsetDateTime now ensures sub-millisecond values are not erroneously returned.
Commits
  • d4e39b3 v0.3.37 release
  • 0943997 Fix CI failure
  • 8b50f04 Update lints
  • 56f1db6 Add Month::length, days_in_month
  • 03bcfe9 Skip formatting some macros, update UI tests
  • 4404638 Permit exprs in serde::format_description!
  • 6b43b44 strftime implementation
  • 98569ff Hide deprecations from docs
  • febf3a1 Obtain local offset in multi-threaded situations
  • 1e19827 Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)
  • Additional commits viewable in compare view

Updates time-macros from 0.2.18 to 0.2.19

Changelog

Sourced from time-macros's changelog.

0.2.19 [2020-09-12]

Fixed

  • The build script now declares a dependency on the COMPILING_UNDER_CARGO_WEB environment variable.
  • Parsing the %D specifier no longer requires padding on the month. Previously, Err(InvalidMonth) was incorrectly returned.
  • A std::time::Duration that is larger than time::Duration::max_value() now correctly returns Ordering::Greater when compared.
  • Multiplying and assigning an integer by Sign::Zero now sets the integer to be zero. This previously left the integer unmodified.
Commits

Updates ua_generator from 0.5.3 to 0.5.4

Commits

Updates ureq from 2.10.1 to 2.12.0

Changelog

Sourced from ureq's changelog.

2.12.0

  • Bump MSRV 1.67 -> 1.71 because rustls will soon adopt it (#905)
  • Unpin rustls dep (>=0.23.19) (#905)

2.11.0

  • Fixes for changes to cargo-deny (#882)
  • Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#878)
  • Bump MSRV 1.63 -> 1.67 due to time crate (#878)
  • Re-export rustls (#813)
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 14 updates in the / directory:

| 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` |
| [spider](https://github.com/spider-rs/spider) | `2.13.88` | `2.14.0` |
| [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` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.22` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` |
| [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.0` |



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 `spider` from 2.13.88 to 2.14.0
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](spider-rs/spider@v2.13.88...v2.14.0)

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 `clap` from 4.5.21 to 4.5.22
- [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.22)

Updates `clap_builder` from 4.5.21 to 4.5.22
- [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.22)

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 `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.0
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.10.1...2.12.0)

---
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: 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: 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: 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: 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 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

Superseded by #472.

@dependabot dependabot bot closed this Dec 4, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-9f6af3995d branch December 4, 2024 09:58
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