diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-13 11:40:13 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-13 11:40:13 +0200 |
commit | 3999723308da10e564c4634997c6ecf63f2839d4 (patch) | |
tree | 061ccbd6ca2703e93b441d3cf4a0a3688ae1acd6 /Cargo.toml | |
parent | f59b4fe37a4d8d62d2bee2b6b58b504a01c75ed8 (diff) | |
download | tricot-3999723308da10e564c4634997c6ecf63f2839d4.tar.gz tricot-3999723308da10e564c4634997c6ecf63f2839d4.zip |
update df-consul to fix some issuesdocker-48
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ uuid = { version = "1.2", features = ["v4"] } opentelemetry = "0.17" opentelemetry-prometheus = "0.10" prometheus = "0.13" -df-consul = "0.1.0" +df-consul = "0.3.5" dhat = { version = "0.3", optional = true } |