Skip to content

Update dependencies#33

Merged
evan-oxide merged 4 commits into
masterfrom
evan/update-dependencies
May 21, 2026
Merged

Update dependencies#33
evan-oxide merged 4 commits into
masterfrom
evan/update-dependencies

Conversation

@evan-oxide

Copy link
Copy Markdown
Contributor

This updates dependencies as general housekeeping, not to solve any specific issue. I only checked that pmbus and hubris still compile, let me know if there's other testing you'd like to see.

@evan-oxide evan-oxide requested a review from mkeeter May 21, 2026 17:56
@mkeeter

mkeeter commented May 21, 2026

Copy link
Copy Markdown
Contributor

I was surprised by the Cargo.lock changes, but (as is tradition), it's captured in a 4-year old bug, and those aren't actually new dependencies in our tree.

Comment thread Cargo.toml Outdated
Comment on lines +14 to +15
serde = {version = "1", features = ["derive"] }
serde_with = "3"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

While I was looking at the Cargo.lock bloat, I noticed that you can trim down the build slightly:

Suggested change
serde = {version = "1", features = ["derive"] }
serde_with = "3"
serde = {version = "1", default-features = false, features = ["derive"] }
serde_with = { version = "3", default-features = false, features = ["alloc", "std"] }

(49 → 34 lines in cargo tree)

@evan-oxide

Copy link
Copy Markdown
Contributor Author

I was surprised by the Cargo.lock changes, but (as is tradition), it's captured in a 4-year old bug, and those aren't actually new dependencies in our tree.

Looks like there was activity on a PR a few months ago, that's mildly encouraging

@evan-oxide evan-oxide merged commit 100d5c2 into master May 21, 2026
8 checks passed
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.

2 participants