diff --git a/Cargo.toml b/Cargo.toml index 7c36648c..04da3b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ otel = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:tracing", "dep:tracin [dependencies] async-nats = { version = "0.49", optional = true } axum = { version = "0.8", optional = true } -base64 = "0.22.1" +base64 = "0.23.0" futures = { version = "0.3", optional = true } lapin = { version = "4", optional = true } rdkafka = { version = "0.39", features = ["cmake-build", "tokio"], optional = true }