diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-27 11:19:31 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-27 11:19:31 +0200 |
commit | 086cf4916c3b613ac62f89da05df05cd16051d9d (patch) | |
tree | 5d848338368f83c2c9cf8d9ada53b3d61206236c /src/garage | |
parent | d104ae871170e5d1dac644921815bcce8496f23c (diff) | |
download | garage-demonstrate-cargo2nix-bug.tar.gz garage-demonstrate-cargo2nix-bug.zip |
Demonstrate cargo2nix bugdemonstrate-cargo2nix-bug
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 5ce40ff2..8d4072e6 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3" futures-util = "0.3" tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] } -netapp = "0.5" +netapp = { version = "0.5.2", git = "https://git.deuxfleurs.fr/lx/netapp", features = ["telemetry"] } opentelemetry = { version = "0.17", features = [ "rt-tokio" ] } opentelemetry-prometheus = { version = "0.10", optional = true } |