@@ -11,10 +11,10 @@ poise.workspace = true
1111anyhow = " 1.0.82"
1212chrono = " 0.4.38"
1313chrono-humanize = " 0.2.3"
14- itertools = " 0.12.1 "
14+ itertools = " 0.14.0 "
1515indoc = " 2.0.5"
1616lazy_static = " 1.4"
17- rand = " 0.8.5 "
17+ rand = " 0.9.0 "
1818humantime = " 2.1.0"
1919thiserror = " 1.0.59"
2020serde_json = " 1.0.116"
@@ -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"
@@ -46,16 +46,16 @@ robbb_db = { path = "../robbb_db" }
4646robbb_util = { path = " ../robbb_util" }
4747robbb_commands = { path = " ../robbb_commands" }
4848# tracing-logfmt = "0.3.3"
49- tracing-logfmt-otel = { version = " 0.2 .0" }
49+ tracing-logfmt-otel = { version = " 0.4 .0" }
5050
51- opentelemetry = { version = " 0.21 .0" , features = [" trace" , " logs" ] }
52- opentelemetry-otlp = { version = " 0.14 .0" , features = [
51+ opentelemetry = { version = " 0.28 .0" , features = [" trace" , " logs" ] }
52+ opentelemetry-otlp = { version = " 0.28 .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.28.0 " , features = [" rt-tokio" ] }
58+ tracing-opentelemetry = " 0.29 .0"
5959
6060
6161pyroscope = " 0.5.7"
0 commit comments