From 6addc96b1e3fd019dfe9e2677c09f9acd6e12a04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:55:21 +0000 Subject: [PATCH] Update Rust crate semver to 1.0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56bc50926..f3f635e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ clang-runtime = ["clang/runtime"] no-c2a-link = [] [build-dependencies] -semver = "1.0.19" +semver = "1.0.20" clang = "2.0.0" c2a-bind-utils = "4.0.0-beta.0"