Skip to content

Update rust to fix audit - #72

Open
sacherjj wants to merge 5 commits into
mainfrom
update-rust-to-fix-audit
Open

sacherjj wants to merge 5 commits into
mainfrom
update-rust-to-fix-audit

Conversation

@sacherjj

@sacherjj sacherjj commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Upgraded clap from 3 to 4, to drop the unmaintained atty dependency. This clears RUSTSEC-2024-0375 and RUSTSEC-2021-0145.

Updating other dependency crates to eliminate audits and modernize.

Back filling CHANGELOG.md for releases that were not updated.

Comment thread rust-toolchain.toml Outdated
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.85.1"
channel = "1.93"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
channel = "1.93"
channel = "1.98.1"

lets keep it consistent

(I'll open separate PR to bump toolchain to 1.98.1 in main repo)

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.

5 participants