deps(bytes): bytes v1.6.0 was yanked so upgrade to bytes v1.6.1#2503
Merged
flub merged 1 commit inton0-computer:mainfrom Jul 15, 2024
Merged
deps(bytes): bytes v1.6.0 was yanked so upgrade to bytes v1.6.1#2503flub merged 1 commit inton0-computer:mainfrom
flub merged 1 commit inton0-computer:mainfrom
Conversation
flub
approved these changes
Jul 15, 2024
Contributor
flub
left a comment
There was a problem hiding this comment.
Thanks!
Please use the checkboxes though, it helps when looking at PRs on the overview.
matheus23
pushed a commit
that referenced
this pull request
Nov 14, 2024
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> GitHub Actions `cargo deny` is failing at https://github.com/n0-computer/iroh/actions/runs/9928231752/job/27438879671 % `cargo update -p bytes` ``` Updating crates.io index Locking 1 package to latest compatible version Updating bytes v1.6.0 -> v1.6.1 note: pass `--verbose` to see 152 unchanged dependencies behind latest ``` https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md to get the fix in * tokio-rs/bytes#718 ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
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.
Description
GitHub Actions
cargo denyis failing at https://github.com/n0-computer/iroh/actions/runs/9928231752/job/27438879671%
cargo update -p byteshttps://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md to get the fix in
Breaking Changes
Notes & open questions
Change checklist