Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
upgrade more low-risk crates
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Apr 15, 2024
1 parent d8bb4ea commit b29d2d7
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 44 deletions.
86 changes: 47 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ assert-json-diff = "2.0.2"
async-trait = "0.1.74"
axum = { version = "0.7.5", features = ["http2", "macros"] }
axum-client-ip = "0.6.0"
base64 = "0.21.1"
base64 = "0.22.0"
bytes = "1"
chrono = { version = "0.4" }
envconfig = "0.10.0"
Expand Down
8 changes: 4 additions & 4 deletions capture-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
[dependencies]
capture = { path = "../capture" }
envconfig = { workspace = true }
opentelemetry = { version = "0.21.0", features = ["trace"]}
opentelemetry-otlp = "0.14.0"
opentelemetry_sdk = { version = "0.21.0", features = ["trace", "rt-tokio"] }
opentelemetry = { version = "0.22.0", features = ["trace"]}
opentelemetry-otlp = "0.15.0"
opentelemetry_sdk = { version = "0.22.1", features = ["trace", "rt-tokio"] }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-opentelemetry = "0.22.0"
tracing-opentelemetry = "0.23.0"
tracing-subscriber = { workspace = true, features = ["env-filter"] }

[dev-dependencies]
Expand Down

0 comments on commit b29d2d7

Please sign in to comment.