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 across 1 directory with 29 updates #146

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the deps group with 20 updates in the / directory:

Package From To
aws-config 1.5.1 1.5.2
aws-sdk-s3 1.34.0 1.38.0
clap 4.5.7 4.5.8
memory-stats 1.1.0 1.2.0
reqwest 0.12.4 0.12.5
reqwest-middleware 0.3.1 0.3.2
reqwest-retry 0.5.0 0.6.0
serde_json 1.0.117 1.0.119
url 2.5.1 2.5.2
cc 1.0.99 1.0.103
either 1.12.0 1.13.0
lazy_static 1.4.0 1.5.0
log 0.4.21 0.4.22
miniz_oxide 0.7.3 0.7.4
object 0.36.0 0.36.1
proc-macro2 1.0.85 1.0.86
subtle 2.5.0 2.6.1
syn 2.0.66 2.0.68
triomphe 0.1.12 0.1.13
uuid 1.8.0 1.9.1

Updates aws-config from 1.5.1 to 1.5.2

Commits

Updates aws-sdk-s3 from 1.34.0 to 1.38.0

Commits

Updates clap from 4.5.7 to 4.5.8

Release notes

Sourced from clap's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits

Updates memory-stats from 1.1.0 to 1.2.0

Changelog

Sourced from memory-stats's changelog.

Version 1.2.0

  • Clarify documentation to explicitly state that the data is returned in bytes (#5)
  • Fix building on unsupported OSes (#8)
  • Support FreeBSD (#10)
  • Use the windows-sys crate over the old winapi crate on Windows (#11)
Commits

Updates reqwest from 0.12.4 to 0.12.5

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.4...v0.12.5

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view

Updates reqwest-middleware from 0.3.1 to 0.3.2

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.3.2

Added

  • Added re-export of reqwest.
  • http2, rustls-tls, and charset features, which simply enable those features in reqwest.
Changelog

Sourced from reqwest-middleware's changelog.

[0.3.2] - 2024-06-28

Added

  • Added re-export of reqwest.
  • http2, rustls-tls, and charset features, which simply enable those features in reqwest.
Commits

Updates reqwest-retry from 0.5.0 to 0.6.0

Release notes

Sourced from reqwest-retry's releases.

reqwest-retry-v0.6.0

Added

  • Added with_retry_log_level to RetryTransientMiddleware

Changed

  • Upgraded retry-policies to 0.4.0.
Commits

Updates serde_json from 1.0.117 to 1.0.119

Release notes

Sourced from serde_json's releases.

v1.0.119

v1.0.118

Commits
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • c4f24f3 Release 1.0.118
  • 51d94eb Combine Map's Hash into one impl
  • 5e7bedc Touch up PR 1127
  • Additional commits viewable in compare view

Updates url from 2.5.1 to 2.5.2

Commits

Updates aws-runtime from 1.2.3 to 1.3.0

Commits

Updates aws-sdk-sso from 1.31.0 to 1.33.0

Commits

Updates aws-sdk-ssooidc from 1.32.0 to 1.34.0

Commits

Updates aws-sdk-sts from 1.31.0 to 1.33.0

Commits

Updates aws-types from 1.3.1 to 1.3.2

Commits

Updates cc from 1.0.99 to 1.0.103

Release notes

Sourced from cc's releases.

cc-v1.0.103

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

cc-v1.0.102

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

cc-v1.0.101

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)

cc-v1.0.100

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Changelog

Sourced from cc's changelog.

1.0.103 - 2024-06-30

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

1.0.102 - 2024-06-29

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

1.0.101 - 2024-06-25

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)

1.0.100 - 2024-06-23

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Commits

Updates clap_builder from 4.5.7 to 4.5.8

Release notes

Sourced from clap_builder's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap_builder's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits
  • 469d847 chore: Release
  • e323b91 docs: Update changelog
  • 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files
  • 5ee1a25 fix(fish): Don't ignore files if has positional args
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.5 to 4.5.8

Release notes

Sourced from clap_derive's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap_derive's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

Commits
  • 469d847 chore: Release
  • e323b91 docs: Update changelog
  • 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files
  • 5ee1a25 fix(fish): Don't ignore files if has positional args
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • Additional commits viewable in compare view

Updates either from 1.12.0 to 1.13.0

Commits
  • e3ec250 Merge pull request #108 from cuviper/release-1.13.0
  • 00fecfb Release 1.13.0
  • add1817 Fix clippy::doc_lazy_continuation
  • cd0aab9 Merge pull request #107 from ColonelThirtyTwo/cloned-copied
  • e31810d Fix docs on Either<&mut L, &mut R>::copied
  • 8e62690 Add Either::cloned and Either::copied
  • See full diff in compare view

Updates idna from 1.0.0 to 0.5.0

Commits
  • ff8e8c9 Auto merge of #138 - pyfisch:ipaddrs, r=SimonSapin
  • ce1efd3 Change host to use ip address types provided by std.
  • c156810 Publish 0.4.0, identical to 0.2.38
  • 7ea636f v0.2.38
  • c633569 Revert "Add IPv4 variant to Host and remove custom Ipv6 address type"
  • 7161ea8 Use semver-compatible version requirement for serde.
  • f71d0f4 Auto merge of #135 - pyfisch:ipv4addr, r=Ms2ger
  • ecc7bb7 Add IPv4 variant to Host and remove custom Ipv6 address type
  • 845e14b Auto merge of #134 - mikedilger:value_chars, r=SimonSapin
  • 00fd5e3 rename VALUE_CHARS to HTTP_VALUE; flesh out code
  • Additional commits viewable in compare view

Updates lazy_static from 1.4.0 to 1.5.0

Commits

Updates log from 0.4.21 to 0.4.22

Changelog

Sourced from log's changelog.

[0.4.22] - 2024-06-27

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.21...0.4.22

Commits
  • d5ba2cf Merge pull request #634 from rust-lang/cargo/0.4.22
  • d1a8306 prepare for 0.4.22 release
  • 46894ef Merge pull request #633 from rust-lang/feat/panic-info
  • e0d389c Merge pull request #632 from rust-lang/feat/loosen-atomics
  • c9e5e13 use Location::caller() for file and line info
  • 507b672 loosen orderings for logger initialization
  • c879b01 Merge pull request #628 from Thomasdezeeuw/fix-warnings
  • 405fdb4 Merge pull request #627 from Thomasdezeeuw/check-features
  • 1307ade Remove unneeded import
  • 710560e Don't use --all-features in CI
  • Additional commits viewable in compare view

Updates miniz_oxide from 0.7.3 to 0.7.4

Changelog

Sourced from miniz_oxide's changelog.

0.7.4 - 2024-06-18

Bug Fixes

  • (miniz_oxide) simplify init_tree a little and use a smaller lookup table for bit reversal - (2ba520a) - oyvindln
  • (miniz_oxide) evade bounds checks in record_match to improve compression performance a little - (d1de8db) - oyvindln
  • (deflate) evade a bounds check in deflate for a small perf improvement - (b4baed3) - oyvindln

Other

  • disable c miniz part in miniz_oxide_c_api of bench - (2f0a9a3) - oyvindln

Commits

Updates object from 0.36.0 to 0.36.1

Changelog

Sourced from object's changelog.

0.36.1

Released 2024/06/29.

Added

  • Added SectionKind::DebugString. #694

  • Added Architecture::Sparc and Architecture::Sparc32Plus. #699 #700

  • Added more RISC-V ELF relocation constants. #701

Changed

  • Changed read::ElfFile::imports to return the library for versioned symbols. #693

  • Changed read::MachOFile to support Go's debug section compression. #697

  • Reversed the order of Mach-O relocations emitted by write::Object. #702


Commits

Updates proc-macro2 from 1.0.85 to 1.0.86

Release notes

Sourced from proc-macro2's releases.

1.0.86

  • Documentation improvements
Commits

Updates retry-policies from 0.3.0 to 0.4.0

Release notes

Sourced from retry-policies's releases.

v0.4.0

Changed

  • [Breaking] Replace chrono with standard library types
    • Replace chrono::DateTime<Utc> with std::time::SystemTime

Removed

  • Remove unused anyhow dependency
  • Remove fake dependency
Changelog

Sourced from retry-policies's changelog.

0.4.0 - 2024-05-10

Changed

  • [Breaking] Replace chrono with standard library types
    • Replace chrono::DateTime<Utc> with std::time::SystemTime

Removed

  • Remove unused anyhow dependency
  • Remove fake dependency
Commits

Updates subtle from 2.5.0 to 2.6.1

Changelog

Sourced from subtle's changelog.

Changelog

Entries are listed in reverse chronological order.

Commits
  • 5457b54 Bump version to 2.6.1.
  • 03139c0 Correct CI badge branch name.
  • f1f8e53 Merge remote-tracking branch 'tarcieri/restore-1.60-msrv' into develop
  • 1fa4054 CI: use 1.60 as the MSRV
  • 7e504bd Restore 1.60 MSRV and fix build
  • 6dcd695 Merge branch 'main' into develop
  • 369e746 Merge branch 'release/2.6' into main
  • 1da93bf Bump version to 2.6.
  • 1da204b Update copyright year.
  • 3e8d92b Merge remote-tracking branch 'tarcieri/black-box' into develop
  • Additional commits viewable in compare view

Updates syn from 2.0.66 to 2.0.68

Release notes

Sourced from syn's releases.

2.0.68

  • Improve panic location when parse_quote! parses invalid syntax (#1690, thanks @​stepancheg)
  • More efficient peek implementation for Group and Lifetime (#1687)

2.0.67

  • Produce more accurate error message locations for errors located at the end of a nested group (#1679, #1680)
  • Support peeking LitCStr in ParseStream::peek (#1682)
Commits
  • ecb0429 Release 2.0.68
  • 37edbd2 Merge pull request #1690 from stepancheg/track-called
  • 4338772 track-caller in parse_quote_spanned
  • 537b0c5 Update test suite to nightly-2024-06-22
  • b088d5c Merge pull request #1688 from dtolnay/peeklit
  • 9b4e478 Relocate Lit peek impls into lit module
  • 38f2ddb Merge pull request #1687 from dtolnay/fastpeek
  • ef20bfd Optimize the peek impl of Group and Lifetime
  • 4b6c96a Merge pull request #1686 from dtolnay/isempty
  • 87d5792 Reword explanation of ParseBuffer::is_empty
  • Additional commits viewable in compare view

Updates triomphe from 0.1.12 to 0.1.13

Commits

Updates uuid from 1.8.0 to 1.9.1

Release notes

Sourced from uuid's releases.

1.9.1

What's Changed

Full Changelog: uuid-rs/uuid@1.9.0...1.9.1

1.9.0

Uuid::now_v7() is guaranteed to be monotonic

Before this release, Uuid::now_v7() would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:

let a = Uuid::now_v7();
let b = Uuid::now_v7();
assert!(a < b);

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.8.0...1.9.0

Commits
  • 36e6f57 Merge pull request #763 from uuid-rs/cargo/1.9.1
  • 65bf733 prepare for 1.9.1 release
  • d0a2461 Merge pull request #762 from uuid-rs/fix/double-lock
  • 20911bd avoid taking the shared lock when getting usable bits in Uuid::now_v7
  • c01feb8 Merge pull request #761 from uuid-rs/chore/bulk-example
  • 864239b add an example of generating bulk v7 UUIDs
  • 4a129e7 Merge pull request #760 from uuid-rs/cargo/1.9.0
  • 6bfee6b prepare for 1.9.0 release
  • 62b7145 Merge pull request #759 from uuid-rs/chore/v7-counter-cleanup
  • 62e968c clean up new Timestamp APIs
  • 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
  • `@de...

Description has been truncated

Bumps the deps group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.1` | `1.5.2` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.34.0` | `1.38.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` |
| [memory-stats](https://github.com/Arc-blroth/memory-stats) | `1.1.0` | `1.2.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.5` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.3.1` | `0.3.2` |
| [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) | `0.5.0` | `0.6.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.119` |
| [url](https://github.com/servo/rust-url) | `2.5.1` | `2.5.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.99` | `1.0.103` |
| [either](https://github.com/rayon-rs/either) | `1.12.0` | `1.13.0` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.3` | `0.7.4` |
| [object](https://github.com/gimli-rs/object) | `0.36.0` | `0.36.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` | `1.0.86` |
| [subtle](https://github.com/dalek-cryptography/subtle) | `2.5.0` | `2.6.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.66` | `2.0.68` |
| [triomphe](https://github.com/Manishearth/triomphe) | `0.1.12` | `0.1.13` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.9.1` |



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

Updates `clap` from 4.5.7 to 4.5.8
- [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.7...v4.5.8)

Updates `memory-stats` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/Arc-blroth/memory-stats/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Arc-blroth/memory-stats/commits)

Updates `reqwest` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)

Updates `reqwest-middleware` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/reqwest-middleware-v0.3.2/CHANGELOG.md)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-middleware-v0.3.2)

Updates `reqwest-retry` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-retry-v0.5.0...reqwest-retry-v0.6.0)

Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

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

Updates `aws-runtime` from 1.2.3 to 1.3.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-sdk-sso` from 1.31.0 to 1.33.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.32.0 to 1.34.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.31.0 to 1.33.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-types` from 1.3.1 to 1.3.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 `cc` from 1.0.99 to 1.0.103
- [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@1.0.99...cc-v1.0.103)

Updates `clap_builder` from 4.5.7 to 4.5.8
- [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.7...v4.5.8)

Updates `clap_derive` from 4.5.5 to 4.5.8
- [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.5...v4.5.8)

Updates `either` from 1.12.0 to 1.13.0
- [Commits](rayon-rs/either@1.12.0...1.13.0)

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

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `miniz_oxide` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Frommi/miniz_oxide/commits)

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

Updates `proc-macro2` from 1.0.85 to 1.0.86
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.85...1.0.86)

Updates `retry-policies` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/TrueLayer/retry-policies/releases)
- [Changelog](https://github.com/TrueLayer/retry-policies/blob/main/CHANGELOG.md)
- [Commits](TrueLayer/retry-policies@v0.3.0...v0.4.0)

Updates `subtle` from 2.5.0 to 2.6.1
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/subtle@2.5.0...2.6.1)

Updates `syn` from 2.0.66 to 2.0.68
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.66...2.0.68)

Updates `triomphe` from 0.1.12 to 0.1.13
- [Commits](Manishearth/triomphe@v0.1.12...v0.1.13)

Updates `uuid` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.9.1)

---
updated-dependencies:
- 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: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: memory-stats
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: reqwest-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: serde_json
  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-minor
  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-types
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: cc
  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: clap_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: idna
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: lazy_static
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: log
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: retry-policies
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: subtle
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: triomphe
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: uuid
  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 Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.46%. Comparing base (e51dc1f) to head (a633050).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  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 d2cfe21 into main Jul 1, 2024
10 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-9023215676 branch July 1, 2024 12:10
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