diff --git a/examples/otel/tracing/Cargo.toml b/examples/otel/tracing/Cargo.toml index c01bc09b..10a7bfe3 100644 --- a/examples/otel/tracing/Cargo.toml +++ b/examples/otel/tracing/Cargo.toml @@ -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"]} diff --git a/viz-core/Cargo.toml b/viz-core/Cargo.toml index d9069394..b5a3f78d 100644 --- a/viz-core/Cargo.toml +++ b/viz-core/Cargo.toml @@ -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 = [