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

[cargo](deps): Bump the deps group with 17 updates #143

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the deps group with 17 updates:

Package From To
clap 4.5.6 4.5.7
url 2.5.0 2.5.1
aws-runtime 1.2.2 1.2.3
aws-sdk-sso 1.29.0 1.31.0
aws-sdk-ssooidc 1.30.0 1.32.0
aws-sdk-sts 1.29.0 1.31.0
aws-sigv4 1.2.1 1.2.2
aws-smithy-checksums 0.60.9 0.60.10
aws-smithy-runtime 1.5.5 1.6.0
aws-smithy-types 1.1.10 1.2.0
backtrace 0.3.72 0.3.73
clap_builder 4.5.6 4.5.7
crc32c 0.6.5 0.6.8
http-body-util 0.1.1 0.1.2
idna 0.5.0 1.0.0
memchr 2.7.2 2.7.4
object 0.35.0 0.36.0

Updates clap from 4.5.6 to 4.5.7

Release notes

Sourced from clap's releases.

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args
Changelog

Sourced from clap's changelog.

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args
Commits

Updates url from 2.5.0 to 2.5.1

Commits

Updates aws-runtime from 1.2.2 to 1.2.3

Commits

Updates aws-sdk-sso from 1.29.0 to 1.31.0

Commits

Updates aws-sdk-ssooidc from 1.30.0 to 1.32.0

Commits

Updates aws-sdk-sts from 1.29.0 to 1.31.0

Commits

Updates aws-sigv4 from 1.2.1 to 1.2.2

Commits

Updates aws-smithy-checksums from 0.60.9 to 0.60.10

Commits

Updates aws-smithy-runtime from 1.5.5 to 1.6.0

Commits

Updates aws-smithy-types from 1.1.10 to 1.2.0

Commits

Updates backtrace from 0.3.72 to 0.3.73

Release notes

Sourced from backtrace's releases.

0.3.73

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73

Commits

Updates clap_builder from 4.5.6 to 4.5.7

Release notes

Sourced from clap_builder's releases.

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args
Changelog

Sourced from clap_builder's changelog.

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args
Commits

Updates crc32c from 0.6.5 to 0.6.8

Commits

Updates http-body-util from 0.1.1 to 0.1.2

Commits
  • 482c349 http-body-util: v0.1.2
  • 60c6383 refactor(ci): small refactoring (#113)
  • 23212f1 feat(util): add BodyDataStream (#117)
  • fe8aa7e refactor: replace deprecated std::u64 with primitive type
  • 6a85548 include license files in published crates
  • 46c54fb chore(util): resolve duplicate import
  • See full diff in compare view

Updates idna from 0.5.0 to 1.0.0

Commits
  • d5a84c9 Auto merge of #189 - servo:defer-mutate-path-segments, r=nox
  • e185a86 Make pop_path_segment and push_path_segment private for now.
  • b6fbbca Rename mutate_query_pairs to query_pairs_mut.
  • e96d5a4 Auto merge of #187 - servo:stuff, r=nox
  • 0c12771 Hide Url::assert_invariants from docs.
  • 1c2f149 Add a test default port number when changing scheme.
  • bb72f19 Fix a corner case of Url::set_host
  • df3dcd6 Another attempt at fixing docs upload.
  • c7e446f So… docs apparently haven’t updated since almost a year.
  • e33f72f Auto merge of #176 - servo:1.0, r=asajeffrey
  • Additional commits viewable in compare view

Updates memchr from 2.7.2 to 2.7.4

Commits

Updates object from 0.35.0 to 0.36.0

Changelog

Sourced from object's changelog.

0.36.0

Released 2024/05/26.

Breaking changes

  • Deleted data and align parameters for write::Object::add_subsection. Use add_symbol_data or add_symbol_bss instead. #676

  • Changed methods in the lower level read API to accept or return SectionIndex or SymbolIndex instead of usize. #677 #684 #685

  • Deleted SymbolKind::Null. Changed read::Object::sections and read::Object::symbols to no longer return null entries. This affects ELF and XCOFF. #679

  • Changed read::ObjectMap::object to return ObjectMapFile. This handles splitting the object file name into path and member. #686

  • Changed read::coff::ImageSymbol::address to only return an address for symbols that have an address. #689

Added

  • Added pod::slice_from_all_bytes and pod::slice_from_all_bytes_mut. #672

  • Added write::Object::set_subsections_via_symbols. Changed write::Object::add_symbol_data and write::Object::add_symbol_bss to correctly handle zero size symbols when subsections are enabled. #676

  • Added methods in the unified read API to return the lower level API structures. Some existing methods were deprecated so that naming of these methods is more consistent. #678

  • Added methods in the lower level read API to return a SectionIndex or SymbolIndex. #684 #689

  • Implemented Display for read::SymbolIndex and read::SectionIndex. #684

  • Added is_common, is_absolute, is_local, and is_weak to read::elf::Sym.

... (truncated)

Commits
  • 88d6bc3 Release 0.36.0
  • 9d87937 Fix clippy warnings
  • 71f9edb Update Cargo.lock
  • 49cc92e Remove unused glob dependency
  • b271ade Update wasmparser dependency to 0.208.1
  • 18d5d59 Use add_symbol_data in simple_write example
  • 81767fd read: add more helpers for SymbolIndex and SectionIndex (#689)
  • 7b897db read/macho: split object names in ObjectMap (#686)
  • aa2f5ad read/elf: small fixes to low level API (#685)
  • 017624a read: use SectionIndex/SymbolIndex in low level API (#684)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.6` | `4.5.7` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.1` |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.2.2` | `1.2.3` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.29.0` | `1.31.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.30.0` | `1.32.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.29.0` | `1.31.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.1` | `1.2.2` |
| [aws-smithy-checksums](https://github.com/smithy-lang/smithy-rs) | `0.60.9` | `0.60.10` |
| [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.5` | `1.6.0` |
| [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.1.10` | `1.2.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.72` | `0.3.73` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.6` | `4.5.7` |
| [crc32c](https://github.com/zowens/crc32c) | `0.6.5` | `0.6.8` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.1` | `0.1.2` |
| [idna](https://github.com/servo/rust-url) | `0.5.0` | `1.0.0` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.2` | `2.7.4` |
| [object](https://github.com/gimli-rs/object) | `0.35.0` | `0.36.0` |


Updates `clap` from 4.5.6 to 4.5.7
- [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.6...v4.5.7)

Updates `url` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.1)

Updates `aws-runtime` from 1.2.2 to 1.2.3
- [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-sso` from 1.29.0 to 1.31.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.30.0 to 1.32.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.29.0 to 1.31.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.1 to 1.2.2
- [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-checksums` from 0.60.9 to 0.60.10
- [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.5.5 to 1.6.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 `aws-smithy-types` from 1.1.10 to 1.2.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 `backtrace` from 0.3.72 to 0.3.73
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.72...0.3.73)

Updates `clap_builder` from 4.5.6 to 4.5.7
- [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.6...v4.5.7)

Updates `crc32c` from 0.6.5 to 0.6.8
- [Commits](zowens/crc32c@v0.6.5...v0.6.8)

Updates `http-body-util` from 0.1.1 to 0.1.2
- [Commits](hyperium/http-body@http-body-util-v0.1.1...http-body-util-v0.1.2)

Updates `idna` from 0.5.0 to 1.0.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v0.5.0...v1.0.0)

Updates `memchr` from 2.7.2 to 2.7.4
- [Commits](BurntSushi/memchr@2.7.2...2.7.4)

Updates `object` from 0.35.0 to 0.36.0
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.35.0...0.36.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-runtime
  dependency-type: indirect
  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-sigv4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-smithy-checksums
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-smithy-runtime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-smithy-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: backtrace
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: crc32c
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: http-body-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: idna
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Jun 17, 2024
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.46%. Comparing base (382f548) to head (7c467c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   46.46%   46.46%           
=======================================
  Files          24       24           
  Lines        3549     3549           
=======================================
  Hits         1649     1649           
  Misses       1900     1900           

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

@jwodder jwodder merged commit e51dc1f into main Jun 17, 2024
10 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-bdaf6550f2 branch June 17, 2024 12:11
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