Skip to content

Add base64 crate dependency #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

farost
Copy link
Member

@farost farost commented May 16, 2025

Usage and product changes

Add the latest version of the base64 crate to the Rust dependencies.
Additionally, pin the backtrace to the previous version to support old versions of Rust (its newest version, which is auto-updated in cargo, requires Rust 1.82, and it breaks our applications builds).

Motivation

This crate enables us to encode byte arrays into strings with a total space overhead of ~1.33x, making it useful for transferring TypeDB IIDs over the network when human readability is not required.

Implementation

@farost farost added the dependencies Pull requests that update a dependency file label May 27, 2025
@farost farost marked this pull request as ready for review May 27, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants