Skip to content

Commit b2d917d

Browse files
chore(deps): bump base64 from 0.22.1 to 0.23.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cad6c28 commit b2d917d

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ version = "0.22.1"
246246
source = "registry+https://github.com/rust-lang/crates.io-index"
247247
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
248248

249+
[[package]]
250+
name = "base64"
251+
version = "0.23.0"
252+
source = "registry+https://github.com/rust-lang/crates.io-index"
253+
checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
254+
249255
[[package]]
250256
name = "bit-set"
251257
version = "0.8.0"
@@ -1209,7 +1215,7 @@ version = "0.1.20"
12091215
source = "registry+https://github.com/rust-lang/crates.io-index"
12101216
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
12111217
dependencies = [
1212-
"base64",
1218+
"base64 0.22.1",
12131219
"bytes",
12141220
"futures-channel",
12151221
"futures-util",
@@ -1585,7 +1591,7 @@ name = "klipdot-capture"
15851591
version = "0.1.0"
15861592
dependencies = [
15871593
"anyhow",
1588-
"base64",
1594+
"base64 0.23.0",
15891595
"chrono",
15901596
"clap",
15911597
"clipboard-win",
@@ -2773,7 +2779,7 @@ version = "0.13.4"
27732779
source = "registry+https://github.com/rust-lang/crates.io-index"
27742780
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
27752781
dependencies = [
2776-
"base64",
2782+
"base64 0.22.1",
27772783
"bytes",
27782784
"encoding_rs",
27792785
"futures-channel",

crates/klipdot-capture/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notify = "6.0"
2626
image = "0.25"
2727
crossterm = "0.27"
2828
once_cell = "1.19"
29-
base64 = "0.22"
29+
base64 = "0.23"
3030
hex = "0.4"
3131
regex = "1.10"
3232
libc = "0.2"

0 commit comments

Comments
 (0)