Skip to content

Commit

Permalink
build(deps): update s2n-tls requirement from =0.0.35 to =0.0.36
Browse files Browse the repository at this point in the history
Updates the requirements on [s2n-tls](https://github.com/aws/s2n-tls) to permit the latest version.
- [Release notes](https://github.com/aws/s2n-tls/releases)
- [Commits](https://github.com/aws/s2n-tls/commits)

---
updated-dependencies:
- dependency-name: s2n-tls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent c7e3f51 commit 8c205bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libc = "0.2"
s2n-codec = { version = "=0.6.1", path = "../../common/s2n-codec", default-features = false }
s2n-quic-core = { version = "=0.25.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] }
s2n-quic-crypto = { version = "=0.25.0", path = "../s2n-quic-crypto", default-features = false }
s2n-tls = { version = "=0.0.35", features = ["quic"] }
s2n-tls = { version = "=0.0.36", features = ["quic"] }

[target.'cfg(all(s2n_quic_unstable, s2n_quic_enable_pq_tls))'.dependencies]
s2n-tls = { version = "=0.0.35", features = ["quic", "pq"] }
Expand Down

0 comments on commit 8c205bf

Please sign in to comment.