diff --git a/vulkan-sys/Cargo.toml b/vulkan-sys/Cargo.toml index d3a0699..98f199a 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.14" +paste = "1.0.15" shared_library = "0.1.9" anyhow = { version = "1.0.83", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }