Update Rust crate paste to 1.0.14 #23

Merged
hodasemi merged 1 commit from renovate/paste-1.x into master 2023-07-17 14:53:24 +00:00
Showing only changes of commit 2bd43ce63a - Show all commits

View file

@ -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" }