From f8be9bc867f5c628a766c3ed23a9ab0ce6eb0984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:30:00 +0000 Subject: [PATCH] build(deps): update loom requirement from 0.6 to 0.7 Updates the requirements on [loom](https://github.com/tokio-rs/loom) to permit the latest version. - [Release notes](https://github.com/tokio-rs/loom/releases) - [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/loom/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: loom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-core/Cargo.toml b/quic/s2n-quic-core/Cargo.toml index 14f38ec035..01783c4a55 100644 --- a/quic/s2n-quic-core/Cargo.toml +++ b/quic/s2n-quic-core/Cargo.toml @@ -53,4 +53,4 @@ plotters = { version = "0.3", default-features = false, features = ["svg_backend s2n-codec = { path = "../../common/s2n-codec", features = ["testing"] } [target.'cfg(loom)'.dev-dependencies] -loom = { version = "0.6", features = ["checkpoint", "futures"] } +loom = { version = "0.7", features = ["checkpoint", "futures"] }