From 0d78265c3eaaa65cdef8e73dfd7f14f9cc170eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:43:49 +0000 Subject: [PATCH] build(deps): update zerofrom requirement from =0.1.5 to =0.1.6 Updates the requirements on [zerofrom](https://github.com/unicode-org/icu4x) to permit the latest version. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: zerofrom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-qns/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-qns/Cargo.toml b/quic/s2n-quic-qns/Cargo.toml index 4681f3c05..b47b04f16 100644 --- a/quic/s2n-quic-qns/Cargo.toml +++ b/quic/s2n-quic-qns/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } url = "2" -zerofrom = "=0.1.5" # newer versions require rust 1.81 +zerofrom = "=0.1.6" # newer versions require rust 1.81 [target.'cfg(unix)'.dependencies] s2n-quic = { path = "../s2n-quic", features = ["provider-event-console-perf", "provider-event-tracing", "provider-tls-rustls", "provider-tls-s2n"] }