Skip to content

Commit

Permalink
fix(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 9ce2ba6 commit 0bee810
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions crates/robbb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ poise.workspace = true
anyhow = "1.0.82"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.12.1"
itertools = "0.13.0"
indoc = "2.0.5"
lazy_static = "1.4"
rand = "0.8.5"
Expand All @@ -23,7 +23,7 @@ maplit = "1.0.2"
byte-unit = { version = "5.1.4", features = ["u128"] }
url = "2"
regex = "1"
reqwest = { version = "0.11" }
reqwest = { version = "0.12" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
futures = "0.3.30"
Expand All @@ -48,14 +48,14 @@ robbb_commands = { path = "../robbb_commands" }
# tracing-logfmt = "0.3.3"
tracing-logfmt-otel = { version = "0.2.0" }

opentelemetry = { version = "0.21.0", features = ["trace", "logs"] }
opentelemetry-otlp = { version = "0.14.0", features = [
opentelemetry = { version = "0.25.0", features = ["trace", "logs"] }
opentelemetry-otlp = { version = "0.25.0", features = [
"http-proto",
"reqwest-client",
"grpc-tonic",
] }
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
tracing-opentelemetry = "0.22.0"
opentelemetry_sdk = { version = "0.25.0", features = ["rt-tokio"] }
tracing-opentelemetry = "0.26.0"


pyroscope = "0.5.7"
Expand Down
4 changes: 2 additions & 2 deletions crates/robbb_commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ poise.workspace = true
anyhow = "1.0.82"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.11.0"
itertools = "0.13.0"
indoc = "2.0.5"
lazy_static = "1.4"
humantime = "2.1.0"
Expand All @@ -20,7 +20,7 @@ serde = "1.0.200"
maplit = "1.0.2"
byte-unit = { version = "5.1.4", features = ["u128"] }
regex = "1.10.4"
reqwest = { version = "0.11" }
reqwest = { version = "0.12" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion crates/robbb_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ thiserror = "1.0.59"
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "chrono"] }
anyhow = "1.0.82"
chrono = "0.4.38"
itertools = "0.11.0"
itertools = "0.13.0"
regex = "1"
tracing = "0.1.40"
serde_json = "1.0.116"
Expand Down
4 changes: 2 additions & 2 deletions crates/robbb_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ thiserror = "1.0.59"
lazy_static = "1.4"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.11.0"
itertools = "0.13.0"
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"]}
futures = "0.3.30"
tracing = "0.1.40"
reqwest = { version = "0.11" }
reqwest = { version = "0.12" }
tracing-futures = "0.2.5"
rand = "0.8.5"
regex = "1.10.4"
Expand Down

0 comments on commit 0bee810

Please sign in to comment.