From af77d8c3dde7113871681d4f67b8db87f9e618bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:57:25 +0000 Subject: [PATCH] Update Rust crate github-meta to v0.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c4ca8f8dcb..5ec63e3e9dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,9 +1713,9 @@ dependencies = [ [[package]] name = "github-meta" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0b46f370a709ba4324525925d7ad7d44765f82652cb3616c2634fee4752813" +checksum = "2e13359c6e5bfece996ca885db0d08c35b333c48abb831c330dd937716f868bb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c36c58cc0d8..d7e4477d73f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ dotenvy = "=0.15.7" flate2 = "=1.0.28" futures-channel = { version = "=0.3.29", default-features = false } futures-util = "=0.3.29" -github-meta = "=0.4.0" +github-meta = "=0.5.0" hex = "=0.4.3" http = "=0.2.10" http-body = "=0.4.5"