Skip to content

Commit

Permalink
deps: base64 v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Mar 4, 2024
1 parent 110adfd commit 2e80d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/otel/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ viz = { workspace = true, features = ["otel-tracing"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
opentelemetry.workspace = true
opentelemetry_sdk = { workspace = true, features = ["trace", "rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.20", features = ["rt-tokio-current-thread"]}
opentelemetry-jaeger = { version = "0.21", features = ["rt-tokio-current-thread"]}
2 changes: 1 addition & 1 deletion viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sessions-core = { workspace = true, optional = true }

# CSRF
getrandom = { version = "0.2", optional = true }
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }

# Compression
async-compression = { version = "0.4", features = [
Expand Down

0 comments on commit 2e80d9e

Please sign in to comment.