Skip to content

[cargo](deps): Bump the deps group with 19 updates #242

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

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the deps group with 19 updates:

Package From To
async-trait 0.1.85 0.1.86
aws-config 1.5.13 1.5.15
aws-sdk-s3 1.68.0 1.72.0
pin-project 1.1.8 1.1.9
serde_json 1.0.137 1.0.138
aws-sdk-sso 1.53.0 1.57.0
aws-sdk-ssooidc 1.54.0 1.58.0
aws-sdk-sts 1.54.1 1.58.0
aws-smithy-checksums 0.60.13 0.62.0
bumpalo 3.16.0 3.17.0
cc 1.2.10 1.2.11
heck 0.5.0 0.4.1
httparse 1.9.5 1.10.0
pin-project-internal 1.1.8 1.1.9
rustls-pki-types 1.10.1 1.11.0
ryu 1.0.18 1.0.19
string_cache 0.8.7 0.8.8
string_cache_codegen 0.5.2 0.5.3
unicode-ident 1.0.15 1.0.16

Updates async-trait from 0.1.85 to 0.1.86

Release notes

Sourced from async-trait's releases.

0.1.86

  • Documentation improvements
Commits
  • 46a70c0 Release 0.1.86
  • 0e43f29 Merge pull request #286 from dtolnay/dyncomp
  • c49cbcb Update 'object safe' -> 'dyn compatible' naming in tests
  • 87316f9 Merge pull request #285 from dtolnay/dyncomp
  • eb69fb3 Delete section on dyn compatibility of default implementations
  • ec9665a Update example error message in docs
  • f1b4d3c Update ui test suite to nightly-2025-02-01
  • b33a4b2 More precise gitignore patterns
  • 9d09210 Remove **/*.rs.bk from project-specific gitignore
  • 3f11674 Update ui test suite to nightly-2025-01-23
  • See full diff in compare view

Updates aws-config from 1.5.13 to 1.5.15

Commits

Updates aws-sdk-s3 from 1.68.0 to 1.72.0

Commits

Updates pin-project from 1.1.8 to 1.1.9

Release notes

Sourced from pin-project's releases.

1.1.9

  • Suppress clippy::missing_const_for_fn lint in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.9] - 2025-02-03

  • Suppress clippy::missing_const_for_fn lint in generated code.
Commits
  • e224413 Release 1.1.9
  • 1003f80 Suppress clippy::missing_const_for_fn lint in generated code
  • c6d2ebc Ignore clippy::doc_overindented_list_items lint
  • f33d7eb tools: Update tidy.sh and related configs/markers
  • 63c0e8e ci: Update reusable workflows
  • 970d0c3 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 00b79e2 tests: Add todo comment
  • ebed0a3 ci: Disable buggy dependabot grouped update
  • ee924ee tools: Format shell scripts with indent_size = 2 to match scripts in CI config
  • b8e1b16 tests: Update lint test
  • Additional commits viewable in compare view

Updates serde_json from 1.0.137 to 1.0.138

Release notes

Sourced from serde_json's releases.

v1.0.138

  • Documentation improvements
Commits
  • c916099 Release 1.0.138
  • dc29e48 Move BufReader to caller
  • 29122f9 Sort imports from PR 1237
  • d33c1b5 Merge pull request #1237 from JonathanBrouwer/master
  • 8c2d800 Add more warnings to apply buffering on docs of affected functions
  • 65bbd1a Fix example of from_reader not applying buffering when it should
  • 87f78da More precise gitignore patterns
  • 4134f11 Remove *.sw[po] from gitignore
  • c7626db Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates aws-sdk-sso from 1.53.0 to 1.57.0

Commits

Updates aws-sdk-ssooidc from 1.54.0 to 1.58.0

Commits

Updates aws-sdk-sts from 1.54.1 to 1.58.0

Commits

Updates aws-smithy-checksums from 0.60.13 to 0.62.0

Commits

Updates bumpalo from 3.16.0 to 3.17.0

Changelog

Sourced from bumpalo's changelog.

3.17.0

Released 2025-01-28.

Added

  • Added a bunch of try_ allocation methods for slices and str:
    • try_alloc_slice_fill_default
    • try_alloc_slice_fill_iter
    • try_alloc_slice_fill_clone
    • try_alloc_slice_fill_copy
    • try_alloc_slice_fill_with
    • try_alloc_str
    • try_alloc_slice_clone
    • try_alloc_slice_copy

Changed

  • Minimum supported Rust version reduced to 1.71.1

Fixed

  • Fixed a stacked-borrows MIRI bug in dealloc

Commits

Updates cc from 1.2.10 to 1.2.11

Release notes

Sourced from cc's releases.

cc-v1.2.11

Other

  • Fix more flag inheritance (#1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#1379)
  • Pass deployment target with -m*-version-min= (#1339)
  • Regenerate target info (#1376)
Changelog

Sourced from cc's changelog.

1.2.11 - 2025-01-31

Other

  • Fix more flag inheritance (#1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#1379)
  • Pass deployment target with -m*-version-min= (#1339)
  • Regenerate target info (#1376)
Commits
  • 81929fa chore: release v1.2.11 (#1377)
  • a10fd61 Fix more flag inheritance (#1380)
  • 3a4a86d Include wrapper args. in stdout family heuristics to restore classifying `c...
  • 65b4d9a Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (...
  • 8533e8c Pass deployment target with -m*-version-min= (#1339)
  • bf4dcf7 Regenerate target info (#1376)
  • e65d160 Update rusqlite requirement from 0.32.0 to 0.33.0 (#1374)
  • See full diff in compare view

Updates heck from 0.5.0 to 0.4.1

Changelog

Sourced from heck's changelog.

0.5.0

  • Add no_std support.
  • Remove non-additive unicode feature. The library now uses char::is_alphanumeric instead of the unicode-segmentation library to determine word boundaries in all cases.

0.4.1

Improvements:

  • Add Train-Case support

0.4.0

Breaking changes:

  • Make unicode support optional (off by default). Enable the unicode crate feature if you need unicode support.
  • Rename all traits from SomeCase to ToSomeCase, matching stds convention of beginning trait names with a verb (ToOwned, AsRef, …)
  • Rename ToMixedCase to ToLowerCamelCase
  • Rename ToCamelCase to ToUpperCamelCase
  • Add ToPascalCase as an alias to ToUpperCamelCase
Commits

Updates httparse from 1.9.5 to 1.10.0

Commits
  • 3308d11 v1.10.0
  • c462abb chore: update copyright year
  • b72c2ff style: modernize byte_map! (#197)
  • a7e4650 ci: fix qemu for ubuntu 24.04 noble (#199)
  • eb91549 refactor: reduce ease of soundness mistake of peek_ahead in iter.rs (#191)
  • f1cbffc feat(path): allow utf8 chars in path (#178)
  • 380f130 iter::slice_skip remove possibility of underflow in debug_assert (#187)
  • 0e1b088 Update MSRV from 1.36 to 1.47 also in clippy.toml. Fix related clippy issues....
  • 390a6d3 Update MSRV from 1.36 to 1.47 (#192)
  • 9f6702b Fix method parsing to reject a leading space (#190)
  • See full diff in compare view

Updates pin-project-internal from 1.1.8 to 1.1.9

Release notes

Sourced from pin-project-internal's releases.

1.1.9

  • Suppress clippy::missing_const_for_fn lint in generated code.
Changelog

Sourced from pin-project-internal's changelog.

[1.1.9] - 2025-02-03

  • Suppress clippy::missing_const_for_fn lint in generated code.
Commits
  • e224413 Release 1.1.9
  • 1003f80 Suppress clippy::missing_const_for_fn lint in generated code
  • c6d2ebc Ignore clippy::doc_overindented_list_items lint
  • f33d7eb tools: Update tidy.sh and related configs/markers
  • 63c0e8e ci: Update reusable workflows
  • 970d0c3 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 00b79e2 tests: Add todo comment
  • ebed0a3 ci: Disable buggy dependabot grouped update
  • ee924ee tools: Format shell scripts with indent_size = 2 to match scripts in CI config
  • b8e1b16 tests: Update lint test
  • Additional commits viewable in compare view

Updates rustls-pki-types from 1.10.1 to 1.11.0

Release notes

Sourced from rustls-pki-types's releases.

1.11.0

What's Changed

New Contributors

Full Changelog: rustls/pki-types@v/1.10.1...v/1.11.0

Commits
  • be3a4c4 Move AlgorithmIdentifier type into alg_id
  • 3ac5526 Bump version to 1.11.0
  • d372277 alg_id: include der2ascii output in docs
  • 972943c src/data/README: update go instructions
  • 540633b alg_ids.rs: adjust head comment
  • 6ab3558 Migrate AlgorithmIdentifier values from rustls-webpki
  • 87d80c1 feat: add const try_from_str constructor to DnsName type.
  • See full diff in compare view

Updates ryu from 1.0.18 to 1.0.19

Release notes

Sourced from ryu's releases.

1.0.19

  • Update rand dev dependency to 0.9 (#58)
Commits
  • 81d9ec4 Release 1.0.19
  • 7bb6da1 Merge pull request #58 from dtolnay/rand
  • 7e4b85e Update rand crate to 0.9
  • d12f8d0 More precise gitignore patterns
  • 631e145 Remove **/*.rs.bk from project-specific gitignore
  • d3f7415 Prevent upload-artifact step from causing CI failure
  • 5be6db4 Upload CI Cargo.lock for reproducing failures
  • 8234c4d Fill in ignore reasons in all #[ignore] attributes
  • 92fbde0 Merge pull request #57 from dtolnay/exhaustive
  • 55825b3 Mark exhaustive test #[ignore] in non-cfg(exhaustive)
  • Additional commits viewable in compare view

Updates string_cache from 0.8.7 to 0.8.8

Commits

Updates string_cache_codegen from 0.5.2 to 0.5.3

Commits

Updates unicode-ident from 1.0.15 to 1.0.16

Release notes

Sourced from unicode-ident's releases.

1.0.16

  • Update rand dev dependency to 0.9 (#29)
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 deps group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.13` | `1.5.15` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.68.0` | `1.72.0` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.53.0` | `1.57.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.54.0` | `1.58.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.54.1` | `1.58.0` |
| [aws-smithy-checksums](https://github.com/smithy-lang/smithy-rs) | `0.60.13` | `0.62.0` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.11` |
| [heck](https://github.com/withoutboats/heck) | `0.5.0` | `0.4.1` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` |
| [pin-project-internal](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.10.1` | `1.11.0` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` |
| [string_cache](https://github.com/servo/string-cache) | `0.8.7` | `0.8.8` |
| [string_cache_codegen](https://github.com/servo/string-cache) | `0.5.2` | `0.5.3` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.15` | `1.0.16` |


Updates `async-trait` from 0.1.85 to 0.1.86
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.85...0.1.86)

Updates `aws-config` from 1.5.13 to 1.5.15
- [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-s3` from 1.68.0 to 1.72.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `pin-project` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.8...v1.1.9)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

Updates `aws-sdk-sso` from 1.53.0 to 1.57.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.54.0 to 1.58.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.54.1 to 1.58.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-checksums` from 0.60.13 to 0.62.0
- [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 `bumpalo` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.16.0...3.17.0)

Updates `cc` from 1.2.10 to 1.2.11
- [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.10...cc-v1.2.11)

Updates `heck` from 0.5.0 to 0.4.1
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

Updates `httparse` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.5...v1.10.0)

Updates `pin-project-internal` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.8...v1.1.9)

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

Updates `ryu` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.18...1.0.19)

Updates `string_cache` from 0.8.7 to 0.8.8
- [Release notes](https://github.com/servo/string-cache/releases)
- [Commits](https://github.com/servo/string-cache/commits)

Updates `string_cache_codegen` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/servo/string-cache/releases)
- [Commits](https://github.com/servo/string-cache/commits)

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

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-sdk-sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-ssooidc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sts
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-smithy-checksums
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: heck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: httparse
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pin-project-internal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: string_cache
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: string_cache_codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge labels Feb 3, 2025
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.51%. Comparing base (4ee8d01) to head (719b874).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   79.51%   79.51%           
=======================================
  Files          34       34           
  Lines        6574     6574           
=======================================
  Hits         5227     5227           
  Misses       1347     1347           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit 9f64b8e into main Feb 3, 2025
11 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-06be4dfbe3 branch February 3, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant