Update dependencies to latest versions and bump to v0.2.0#4
Open
kailan wants to merge 3 commits into
Open
Conversation
- Update fastly from 0.11.0 to 0.12.0 - Update log from 0.4.22 to 0.4.29 - Update uuid from 1.11.0 to 1.23.0 - Update url from 2.5.2 to 2.5.8 - Update all transitive dependencies via cargo update - Bump version to 0.2.0 due to fastly minor version update All tests pass and release build succeeds. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Pomax
approved these changes
Apr 21, 2026
Pomax
previously requested changes
Apr 21, 2026
Pomax
left a comment
There was a problem hiding this comment.
Looks like CI isn't happy:
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not support target 'wasm32-wasi'; did you mean 'wasm32-wasip1'?
note: you can see a list of supported targets with `rustc --print=target-list`
note: if you are adding support for a new target to rustc itself, see https://rustc-dev-guide.rust-lang.org/building/new-target.html
Error: Process completed with exit code 1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fastlyfrom 0.11.0 to 0.12.0logfrom 0.4.22 to 0.4.29uuidfrom 1.11.0 to 1.23.0urlfrom 2.5.2 to 2.5.8cargo updateAll tests pass and release build succeeds.