From 2bd43ce63a24ae419a2b00d3f479caff3a439100 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 16 Jul 2023 02:05:57 +0200 Subject: [PATCH] Update Rust crate paste to 1.0.14 --- vulkan-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-sys/Cargo.toml b/vulkan-sys/Cargo.toml index 100f954..ed47da0 100644 --- a/vulkan-sys/Cargo.toml +++ b/vulkan-sys/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] library_loader = { path = "../library_loader" } -paste = "1.0.13" +paste = "1.0.14" shared_library = "0.1.9" anyhow = { version = "1.0.71", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } -- 2.45.2