aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-02 13:11:42 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-02 13:11:42 +0200
commit4818e8cccc68c88ae64a7a6f65032906f6d818c3 (patch)
treea7491cf8b77d6556f5e128a2697ea4286256b1ed /Cargo.toml
parent46d517b2f75bfff84b49fe3abc57152dcbc55133 (diff)
downloadtricot-4818e8cccc68c88ae64a7a6f65032906f6d818c3.tar.gz
tricot-4818e8cccc68c88ae64a7a6f65032906f6d818c3.zip
cargo upgrades: update opentelemetry dependency to 0.20/prometheus to 0.13
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ab4fb8..f6d7bfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,8 +34,8 @@ accept-encoding-fork = "0.2.0-alpha.3"
async-compression = { version = "0.4", features = ["tokio", "gzip", "zstd", "deflate", "brotli"] }
tokio-util = { version = "0.7", features = ["io"] }
uuid = { version = "1.2", features = ["v4"] }
-opentelemetry = "0.17"
-opentelemetry-prometheus = "0.10"
+opentelemetry = "0.20"
+opentelemetry-prometheus = "0.13"
prometheus = "0.13"
df-consul = "0.3.5"