Skip to content

Commit

Permalink
build(deps): update s2n-tls requirement from 0.1 to 0.2 (#2166)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: s2n-tls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 1887322 commit 2d5e891
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.34.0", path = "../../common/s2n-codec", default-features = false }
s2n-quic-core = { version = "=0.34.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] }
s2n-quic-crypto = { version = "=0.34.0", path = "../s2n-quic-crypto", default-features = false }
s2n-tls = { version = "0.1", features = ["quic"] }
s2n-tls = { version = "0.2", features = ["quic"] }

[dev-dependencies]
checkers = "0.6"
Expand Down

0 comments on commit 2d5e891

Please sign in to comment.