Skip to content

Commit 3f3133f

Browse files
chore(deps): Bump base64 in /apps/desktop/src-tauri
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3b69e2 commit 3f3133f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

apps/desktop/src-tauri/Cargo.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chrono = "0.4"
2222
rand = "0.8"
2323
thiserror = "2"
2424
reqwest = { version = "0.12", features = ["json", "gzip", "multipart", "stream"] }
25-
base64 = "0.22"
25+
base64 = "0.23"
2626
tauri-plugin-opener = "2"
2727
tauri-plugin-window-state = "2"
2828
tauri-plugin-updater = "2"

0 commit comments

Comments
 (0)