@@ -11,7 +11,7 @@ poise.workspace = true
1111anyhow = " 1.0.82"
1212chrono = " 0.4.38"
1313chrono-humanize = " 0.2.3"
14- itertools = " 0.12.1 "
14+ itertools = " 0.13.0 "
1515indoc = " 2.0.5"
1616lazy_static = " 1.4"
1717rand = " 0.8.5"
@@ -23,7 +23,7 @@ maplit = "1.0.2"
2323byte-unit = { version = " 5.1.4" , features = [" u128" ] }
2424url = " 2"
2525regex = " 1"
26- reqwest = { version = " 0.11 " }
26+ reqwest = { version = " 0.12 " }
2727tokio = { version = " 1.21" , features = [" macros" , " fs" , " rt-multi-thread" ] }
2828tokio-util = { version = " 0.7.10" , features = [" compat" ] }
2929futures = " 0.3.30"
@@ -48,14 +48,14 @@ robbb_commands = { path = "../robbb_commands" }
4848# tracing-logfmt = "0.3.3"
4949tracing-logfmt-otel = { version = " 0.2.0" }
5050
51- opentelemetry = { version = " 0.21 .0" , features = [" trace" , " logs" ] }
52- opentelemetry-otlp = { version = " 0.14 .0" , features = [
51+ opentelemetry = { version = " 0.27 .0" , features = [" trace" , " logs" ] }
52+ opentelemetry-otlp = { version = " 0.27 .0" , features = [
5353 " http-proto" ,
5454 " reqwest-client" ,
5555 " grpc-tonic" ,
5656] }
57- opentelemetry_sdk = { version = " 0.21.2 " , features = [" rt-tokio" ] }
58- tracing-opentelemetry = " 0.22 .0"
57+ opentelemetry_sdk = { version = " 0.27.0 " , features = [" rt-tokio" ] }
58+ tracing-opentelemetry = " 0.28 .0"
5959
6060
6161pyroscope = " 0.5.7"
0 commit comments