diff --git a/Cargo.lock b/Cargo.lock index 84bb6db9..657b4e05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ "anyhow", "arc-swap", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "cel-interpreter", "chrono", "chrono-tz", @@ -483,9 +483,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "better_any" @@ -3415,7 +3415,7 @@ version = "0.5.0" dependencies = [ "aes-gcm-siv", "anyhow", - "base64 0.23.0", + "base64 0.23.1", "chrono", "orchestrator-config", "rand 0.8.7", @@ -3434,7 +3434,7 @@ dependencies = [ "aes-gcm-siv", "anyhow", "axum", - "base64 0.23.0", + "base64 0.23.1", "bytes", "chrono", "clap", @@ -3464,7 +3464,7 @@ dependencies = [ "agent-orchestrator", "anyhow", "axum", - "base64 0.23.0", + "base64 0.23.1", "chrono", "clap", "futures",