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] committed May 15, 2024
1 parent b05951c commit 8df5950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions crates/robbb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0", features = ["trace", "logs"] }
opentelemetry-otlp = { version = "0.15.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.22.0", features = ["rt-tokio"] }
tracing-opentelemetry = "0.23.0"


pyroscope = "0.5.7"
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.12.0"
regex = "1"
tracing = "0.1.40"
serde_json = "1.0.116"
Expand Down

0 comments on commit 8df5950

Please sign in to comment.