Skip to content

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
@farost farost merged commit 4ffeaab into typedb:master Jun 9, 2025
2 checks passed
@farost farost deleted the add-base64-crate branch June 9, 2025 10:24
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