Skip to content

Commit 49a19f6

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

crates/robbb/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.13.0"
1515
indoc = "2.0.5"
1616
lazy_static = "1.4"
1717
rand = "0.8.5"
@@ -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"
@@ -48,14 +48,14 @@ robbb_commands = { path = "../robbb_commands" }
4848
# tracing-logfmt = "0.3.3"
4949
tracing-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

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.13.0"
1414
regex = "1"
1515
tracing = "0.1.40"
1616
serde_json = "1.0.116"

0 commit comments

Comments
 (0)