Update Rust crate paste to 1.0.12

This commit is contained in:
RenovateBot 2023-03-06 02:03:56 +01:00
parent 0993d57f8e
commit 0271b5a5fa

View file

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