Update the nih_plug_xtask dependencies

This commit is contained in:
Robbert van der Helm
2023-03-01 23:23:04 +01:00
parent b1b3ee6e21
commit 2dc0b48f73
3 changed files with 35 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ license = "ISC"
[dependencies]
anyhow = "1.0"
goblin = "0.5"
goblin = "0.6.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
toml = "0.7.2"