From e78744c264f0bd042f695a6ee1a538ae76595023 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 4 Jul 2023 02:04:06 +0200 Subject: [PATCH] Update Rust crate paste to 1.0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b29cda7..672c67c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ quick-xml = "0.29.0" serde = { version = "1.0.164", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } -paste = "1.0.12" +paste = "1.0.13" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } anyhow = { version = "1.0.71", features = ["backtrace"] }