diff --git a/vma-rs/Cargo.toml b/vma-rs/Cargo.toml index 5f5bef6..40a6d6d 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] vulkan-sys = { path = "../vulkan-sys" } -anyhow = { version = "1.0.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } [build-dependencies] cc = "1.0.92" \ No newline at end of file diff --git a/vulkan-rs/Cargo.toml b/vulkan-rs/Cargo.toml index 255d1d8..1250ab4 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" image = "0.25.1" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } -anyhow = { version = "1.0.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } assetpath = { path = "../assetpath" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } diff --git a/vulkan-sys/Cargo.toml b/vulkan-sys/Cargo.toml index 672c16a..9b6e8ff 100644 --- a/vulkan-sys/Cargo.toml +++ b/vulkan-sys/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" library_loader = { path = "../library_loader" } paste = "1.0.14" shared_library = "0.1.9" -anyhow = { version = "1.0.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }