Update Rust crate paste to 1.0.13

This commit is contained in:
RenovateBot 2023-07-04 02:05:08 +02:00
parent 95c6bf8900
commit 6d0cbb6208

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
library_loader = { path = "../library_loader" }
paste = "1.0.12"
paste = "1.0.13"
shared_library = "0.1.9"
anyhow = { version = "1.0.71", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }