Skip to content

Bump dependencies#330

Open
avandecreme wants to merge 6 commits into
eclipse-biscuit:mainfrom
avandecreme:bumps
Open

Bump dependencies#330
avandecreme wants to merge 6 commits into
eclipse-biscuit:mainfrom
avandecreme:bumps

Conversation

@avandecreme
Copy link
Copy Markdown

I couldn't bump rand_core and rand because they are tied to the version used by ed25519-dalek.

Comment thread biscuit-auth/src/error.rs
Comment on lines -93 to +96
InvalidLength,
InvalidLength(usize),
InvalidLastSymbol(usize, u8),
InvalidPadding,
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change

(None, _) => {
(Err(_), _) => {
return Err(error::Format::DeserializationError(
"deserialization error: unary operation is empty".to_string(),
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about that error message

(Ok(op_binary::Kind::TryOr), None) => Op::Binary(Binary::TryOr),
(Err(_), _) => {
return Err(error::Format::DeserializationError(
"deserialization error: binary operation is empty".to_string(),
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Antoine Vandecrème added 2 commits May 15, 2026 11:46
@avandecreme avandecreme force-pushed the bumps branch 2 times, most recently from 349847c to 217a244 Compare May 15, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant