diff --git a/Cargo.lock b/Cargo.lock index 04e462d6..55f2f4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3351,7 +3351,7 @@ name = "rfd-github" version = "0.15.5" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "http 1.4.2", "octorust", @@ -3388,7 +3388,7 @@ name = "rfd-processor" version = "0.15.5" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "build-info", "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3d501954..1670a0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2024" anyhow = "1.0.104" async-bb8-diesel = "0.3.0" async-trait = "0.1.92" -base64 = "0.22" +base64 = "0.23" chrono = "0.4.45" clap = { version = "4.6.7", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] }