Skip to content

Update embedded-tls requirement from 0.17 to 0.18#186

Merged
AlixANNERAUD merged 2 commits intomainfrom
dependabot/cargo/embedded-tls-0.18
Apr 24, 2026
Merged

Update embedded-tls requirement from 0.17 to 0.18#186
AlixANNERAUD merged 2 commits intomainfrom
dependabot/cargo/embedded-tls-0.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Updates the requirements on embedded-tls to permit the latest version.

Changelog

Sourced from embedded-tls's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.19.0

  • Added post-quantum hybrid named groups.
  • Add missing implementation to support Client Certificate Authorization (#135)
  • Changed edition from 2021 to 2024.
  • Add ALPN extension support.
  • Move certificate resolution from TlsConfig into CryptoProvider
  • Upgrade defmt, embedded-io
  • Support RSA signatures
  • Add brainpool and ml-dsa signature algorithms
  • Add CompressCertificate extension
  • Add server chain validation with rust native pki using RustCrypto (rustpki feature)
  • Added EcdsaSecp384r1Sha384 and ability to exdend signature schemes
  • Introduce a configurable FlushPolicy to control when the TLS layer flushes its underlying transport.

0.17.0 - 2024-01-06

  • Update to stable rust

0.16.3 - 2023-11-04

  • Don't block when reading into an empty buffer

0.16.2 - 2023-11-02

  • Re-add impl_trait_projections to support older nightly rustc versions

0.16.1 - 2023-10-30

  • Corrected recommended read buffer size (16640 bytes instead of 16384)
  • Use unwrap macro where possible
  • Update to embedded-io 0.6
  • Update dependencies

0.15.0 - 2023-08-26

  • Updated p256 dependency from 0.11 to 0.13.2 (#124)
  • Fix reading buffered data in multiple steps (#121, #122)
  • Fix error in NewSessionTicket message handling (#120)

0.14.1 - 2023-04-29

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/embedded-tls-0.18 branch 2 times, most recently from d93fb3a to 771358c Compare April 6, 2026 14:39
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

❌ Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
drivers/shared/src/devices/https_client.rs 0.00% 12 Missing ⚠️

📢 Thoughts on this report? Let us know!

@AlixANNERAUD
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@AlixANNERAUD
Copy link
Copy Markdown
Contributor

@dependabot recreate

Updates the requirements on [embedded-tls](https://github.com/drogue-iot/embedded-tls) to permit the latest version.
- [Changelog](https://github.com/drogue-iot/embedded-tls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/drogue-iot/embedded-tls/commits)

---
updated-dependencies:
- dependency-name: embedded-tls
  dependency-version: 0.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/embedded-tls-0.18 branch from 2b934ea to d9320ca Compare April 24, 2026 22:24
@AlixANNERAUD AlixANNERAUD enabled auto-merge (squash) April 24, 2026 22:42
@AlixANNERAUD AlixANNERAUD merged commit 788eea5 into main Apr 24, 2026
3 of 4 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/embedded-tls-0.18 branch April 24, 2026 22:50
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.

1 participant