Skip to content

Commit 1e0be91

Browse files
fix(deps): update all minor updates
1 parent 9ce2ba6 commit 1e0be91

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

crates/robbb/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ poise.workspace = true
1111
anyhow = "1.0.82"
1212
chrono = "0.4.38"
1313
chrono-humanize = "0.2.3"
14-
itertools = "0.12.1"
14+
itertools = "0.14.0"
1515
indoc = "2.0.5"
1616
lazy_static = "1.4"
17-
rand = "0.8.5"
17+
rand = "0.9.0"
1818
humantime = "2.1.0"
1919
thiserror = "1.0.59"
2020
serde_json = "1.0.116"
@@ -23,7 +23,7 @@ maplit = "1.0.2"
2323
byte-unit = { version = "5.1.4", features = ["u128"] }
2424
url = "2"
2525
regex = "1"
26-
reqwest = { version = "0.11" }
26+
reqwest = { version = "0.12" }
2727
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
2828
tokio-util = { version = "0.7.10", features = ["compat"] }
2929
futures = "0.3.30"
@@ -46,16 +46,16 @@ robbb_db = { path = "../robbb_db" }
4646
robbb_util = { path = "../robbb_util" }
4747
robbb_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

6161
pyroscope = "0.5.7"

crates/robbb_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ thiserror = "1.0.59"
1010
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "chrono"] }
1111
anyhow = "1.0.82"
1212
chrono = "0.4.38"
13-
itertools = "0.11.0"
13+
itertools = "0.14.0"
1414
regex = "1"
1515
tracing = "0.1.40"
1616
serde_json = "1.0.116"

0 commit comments

Comments
 (0)