Skip to content

Commit a403fc6

Browse files
deps: Bump base64 from 0.22.1 to 0.23.1
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 6a07dbe commit a403fc6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/tinydocs-module/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tinybus-module = { version = "0.1.0", path = "../../vendor/tinybus/crates/tinybu
2222
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2323
# Bus frames are JSON, where a byte array costs ~3.5 bytes per byte. Chunks are
2424
# base64 (1.34x) so a 4 MiB chunk fits a frame with room to spare.
25-
base64 = "0.22"
25+
base64 = "0.23"
2626
# Chunked transfer verifies each assembled blob against a caller-declared digest
2727
# before it becomes readable, so a truncated upload cannot be consumed as whole.
2828
sha2 = "0.10"
@@ -41,7 +41,7 @@ workspace = true
4141

4242
[dev-dependencies]
4343
# The loader E2E test speaks the base64 transfer surface the same way a host does.
44-
base64 = "0.22"
44+
base64 = "0.23"
4545
# `GeneratePptx` takes a deck whose images name staged blobs; the test builds that
4646
# document directly rather than depending on the module's own wire types, so a
4747
# rename here would be caught as a contract change.

0 commit comments

Comments
 (0)