diff --git a/Cargo.lock b/Cargo.lock index c3d876e..b9c1ccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,9 +156,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" @@ -319,7 +319,7 @@ version = "0.3.0" dependencies = [ "anyhow", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "clap", "indoc", "mockito", @@ -898,7 +898,7 @@ checksum = "68a8a3df00728324ad654ecd1ed449a60157c55b7ff8c109af3a35989687c367" dependencies = [ "arc-swap", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "bytes", "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 755609d..c976d50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ required-features = ["cli"] [dependencies] anyhow = "1.0.82" async-trait = "0.1.80" -base64 = "0.22.0" +base64 = "0.22.1" clap = { version = "4.5.4", optional = true, features = ["derive"] } octocrab = "0.38.0" indoc = "2.0.5"