Merge pull request 'Update Rust crate anyhow to 1.0.79' (#74) from renovate/anyhow-1.x into master

Reviewed-on: #74
This commit is contained in:
hodasemi 2024-01-11 11:27:02 +01:00
commit ca6b61ee67

View file

@ -9,7 +9,7 @@ cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5" rand = "0.8.5"
backtrace = "0.3.69" backtrace = "0.3.69"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.75", features = ["backtrace"] } anyhow = { version = "1.0.79", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" } reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking # networking