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

build(deps): bump the crates-io group across 1 directory with 11 updates #109

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the crates-io group with 9 updates in the / directory:

Package From To
rustls 0.23.5 0.23.10
log 0.4.20 0.4.22
base64 0.21.3 0.22.1
once_cell 1.18.0 1.19.0
rustls-native-certs 0.7.0 0.7.1
android_logger 0.13.3 0.14.1
webpki-roots 0.26.0 0.26.3
core-foundation 0.9.3 0.9.4
security-framework 2.10.0 2.11.0

Updates rustls from 0.23.5 to 0.23.10

Commits
  • 2928643 Cargo: version 0.23.9 -> 0.23.10
  • 65cb181 client: fix ech-client.rs rustdoc link
  • f3041a1 client: fix rustdoc with_ech broken link
  • 29d8aaf ci: run ech-client in daily-tests
  • 0058b2f examples: add ech-client usage example to --help
  • b8b1822 examples: fix ech-client example invocation
  • 246b637 examples: avoid ech-client bare println
  • 180436a ech: implement inner hello extension compression
  • f604642 apply nightly formatting
  • 4003752 deps: use patched trust-dns 0.22
  • Additional commits viewable in compare view

Updates log from 0.4.20 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

[0.4.21] - 2024-02-27

What's Changed

New Contributors

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 base64 from 0.21.3 to 0.22.1

Changelog

Sourced from base64's changelog.

0.22.1

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

0.22.0

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example

0.21.5

  • Add Debug and Clone impls for the general purpose Engine

0.21.4

  • Make encoded_len const, allowing the creation of arrays sized to encode compile-time-known data lengths
Commits
  • e144006 v0.22.1
  • 64cca59 Merge pull request #271 from JobanSD/patch-1
  • 838355e Correct BinHex 4.0 alphabet according to specifications
  • bf15ccf Merge pull request #270 from marshallpierce/mp/clippy
  • fc6aabe Appease clippy
  • 9a518a2 Merge pull request #267 from bdura/patch-1
  • d96c80f Merge branch 'marshallpierce:master' into patch-1
  • 5d70ba7 Merge pull request #269 from marshallpierce/mp/decode-precisely
  • efb6c00 Release notes
  • 2b91084 Add some tests to boost coverage
  • Additional commits viewable in compare view

Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits

Updates rustls-native-certs from 0.7.0 to 0.7.1

Release notes

Sourced from rustls-native-certs's releases.

0.7.1

Notable changes

  • Include certificates from the SSL_CERT_DIR environment variable and openssl-probe ProbeResult::cert_dir in the set of returned certificates. This should improve results on FreeBSD (in case the ca_root_nss package is not installed).

What's changed

Full Changelog: https://github.com/rustls/rustls-native-certs/commits/v/0.7.1

Commits
  • 5292c99 Bump version to 0.7.1
  • 7127ef9 Move load_pem_certs() below load_pem_certs_from_dir()
  • e08693c Rewrite if let as match
  • e0b388a Inline trivial load_certs_from_env() function
  • 27d38db Move documentation from load_certs_from_env() to CertPaths::load()
  • 934b91a Move None checks into CertPaths::load()
  • f9bf59f Move struct definition above impl block
  • a5f46f6 Move CertPaths construction into constructor
  • db8ed40 Deal with SSL_CERT_{FILE,DIR} set by Cargo
  • a0a7012 Load certificate from cert file and directory
  • Additional commits viewable in compare view

Updates android_logger from 0.13.3 to 0.14.1

Commits

Updates webpki-roots from 0.26.0 to 0.26.3

Release notes

Sourced from webpki-roots's releases.

0.26.3

Removed trust anchors:

  • GLOBALTRUST 2020 CA has been removed due to a prolonged pattern of operational and compliance issues.

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.2...v/0.26.3

0.26.2

New trust anchors:

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.1...v/0.26.2

0.26.1

Removed trust anchors:

New trust anchors:

What's Changed

New Contributors

Full Changelog: rustls/webpki-roots@v/0.26.0...v/0.26.1

Commits
  • a7b62a3 Cargo: version 0.26.2 -> 0.26.3
  • 31d0038 lib: remove GLOBALTRUST 2020
  • d541a7d webpki-ccadb: distrust any CA with a distrust after date
  • c9de4d6 Cargo: version 0.26.1 -> 0.26.2
  • 5f55bf0 add FIRMAPROFESIONAL CA ROOT-A WEB
  • e7c20c2 Upgrade to rcgen 0.13
  • 83cccd6 Update reqwest requirement from 0.11 to 0.12
  • 90de8af Update rustls requirement from 0.22 to 0.23
  • 0a4f749 Update x509-parser requirement from 0.15.1 to 0.16.0
  • d94d1b7 Accept upstream changes in CCADB metadata
  • Additional commits viewable in compare view

Updates core-foundation from 0.9.3 to 0.9.4

Commits
  • 795398a Bump the version of core-foundation and the dependency on core-foundation-sys
  • 64dd01a NSScreen (cocoa): Add maximumRefreshInterval and minimumRefreshInterval (#646)
  • 58972ae Update to 2018 edition. (#642)
  • eb41f50 Bump core-graphics-types version
  • 723886f Only import SInt32 on macOS. (#641)
  • 6484a6e ci: Update to actions/checkout@v4 (#640)
  • 3ff7cc2 docs: Fix various markdown issues. (#639)
  • c4f4ad2 feat: add link feature (#608)
  • fbde503 Bump cocoa-foundation version
  • 5be8e2c Bump core-text version (#638)
  • Additional commits viewable in compare view

Updates core-foundation-sys from 0.8.4 to 0.8.6

Commits

Updates security-framework from 2.10.0 to 2.11.0

Commits
  • f829e92 Bump
  • 8c89e67 Upgrade to bitflags 2
  • fedc8dc chore(doc): improve docs for subject item search option
  • 3619255 feat(search): add case-insensitive and subject item search options
  • 17f4078 Prefer keeping CFString
  • 3bf806d fixup: kSecAttrDescription -> kSecAttrComment for comment
  • 3a2b873 Add support for searching by access groups.
  • 588c313 Support account name, comment, description, service when adding items to the ...
  • See full diff in compare view

Updates security-framework-sys from 2.10.0 to 2.11.0

Commits
  • f829e92 Bump
  • 8c89e67 Upgrade to bitflags 2
  • fedc8dc chore(doc): improve docs for subject item search option
  • 3619255 feat(search): add case-insensitive and subject item search options
  • 17f4078 Prefer keeping CFString
  • 3bf806d fixup: kSecAttrDescription -> kSecAttrComment for comment
  • 3a2b873 Add support for searching by access groups.
  • 588c313 Support account name, comment, description, service when adding items to the ...
  • See full diff 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 crates-io group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rustls](https://github.com/rustls/rustls) | `0.23.5` | `0.23.10` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.22` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.3` | `0.22.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.7.0` | `0.7.1` |
| [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.13.3` | `0.14.1` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.0` | `0.26.3` |
| [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.3` | `0.9.4` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` |



Updates `rustls` from 0.23.5 to 0.23.10
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.5...v/0.23.10)

Updates `log` from 0.4.20 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.20...0.4.22)

Updates `base64` from 0.21.3 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.3...v0.22.1)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

Updates `rustls-native-certs` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.0...v/0.7.1)

Updates `android_logger` from 0.13.3 to 0.14.1
- [Release notes](https://github.com/rust-mobile/android_logger-rs/releases)
- [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-mobile/android_logger-rs/commits/0.14.1)

Updates `webpki-roots` from 0.26.0 to 0.26.3
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.0...v/0.26.3)

Updates `core-foundation` from 0.9.3 to 0.9.4
- [Commits](servo/core-foundation-rs@core-foundation-v0.9.3...core-foundation-v0.9.4)

Updates `core-foundation-sys` from 0.8.4 to 0.8.6
- [Commits](servo/core-foundation-rs@core-foundation-sys-v0.8.4...core-foundation-sys-v0.8.6)

Updates `security-framework` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.10.0...v2.11.0)

Updates `security-framework-sys` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: android_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: core-foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: core-foundation-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: security-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: security-framework-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #112.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/cargo/crates-io-55da64dff9 branch July 15, 2024 10:18
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