From e282811d699f3ed0211e367b4f5ffbacdce97ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:27:49 +0000 Subject: [PATCH] build(deps): update rustversion-msrv requirement from 0.99 to 0.100 (#584) --- updated-dependencies: - dependency-name: rustversion-msrv dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actix-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 2f112ed4..bf20ab80 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -32,5 +32,5 @@ proc-macro2 = "1.0.60" [dev-dependencies] actix-rt = "2" futures-util = { version = "0.3.17", default-features = false } -rustversion-msrv = "0.99" +rustversion-msrv = "0.100" trybuild = "1"