downstream nbd

This commit is contained in:
Robin Appelman 2023-02-25 22:29:58 +01:00
commit ef7da15ebb
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -198,8 +198,9 @@ dependencies = [
[[package]]
name = "nbd"
version = "0.2.3"
source = "git+https://github.com/icewind1991/rust-nbd#39a84717efbf33489fb6c8163047a8357765f330"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c78ff6548a62635efeb5432bab5a5e5b5589f9d794e9d6d305247914bfc78083"
dependencies = [
"byteorder",
]

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
nbd = { version = "0.2.3", git = "https://github.com/icewind1991/rust-nbd" }
nbd = "0.3.0"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
thiserror = "1.0.38"