From 7b29915cff1073a39d3a88ef4aa56630cad29861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:24:30 +0000 Subject: [PATCH] build(deps): update errno requirement from 0.2 to 0.3 Updates the requirements on [errno](https://github.com/lambda-fairy/rust-errno) to permit the latest version. - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: errno dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-platform/Cargo.toml | 2 +- quic/s2n-quic-tls/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quic/s2n-quic-platform/Cargo.toml b/quic/s2n-quic-platform/Cargo.toml index e373b0fa97..b4a8a96bf1 100644 --- a/quic/s2n-quic-platform/Cargo.toml +++ b/quic/s2n-quic-platform/Cargo.toml @@ -22,7 +22,7 @@ tokio-runtime = ["futures", "pin-project", "tokio"] bach = { version = "0.0.6", optional = true } bolero-generator = { version = "0.8", default-features = false, optional = true } cfg-if = "1" -errno = "0.2" +errno = "0.3" futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true } lazy_static = { version = "1", optional = true } pin-project = { version = "1", optional = true } diff --git a/quic/s2n-quic-tls/Cargo.toml b/quic/s2n-quic-tls/Cargo.toml index bb384de358..0a7e4288dd 100644 --- a/quic/s2n-quic-tls/Cargo.toml +++ b/quic/s2n-quic-tls/Cargo.toml @@ -16,7 +16,7 @@ unstable_private_key = [] [dependencies] bytes = { version = "1", default-features = false } -errno = "0.2" +errno = "0.3" libc = "0.2" s2n-codec = { version = "=0.4.0", path = "../../common/s2n-codec", default-features = false } s2n-quic-core = { version = "=0.18.1", path = "../s2n-quic-core", default-features = false, features = ["alloc"] }