-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Bump axum-test from 20.1.0 to 21.0.0 #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,7 +83,7 @@ assert-json-diff = { version = "2" } | |
| async-trait = { version = "0.1" } | ||
| aws-lc-rs = { version = "1" } | ||
| axum = { version = "0.8" } | ||
| axum-test = { version = "20" } | ||
| axum-test = { version = "21" } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root AGENTS.md requires every commit to include a DCO sign-off via Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The root Useful? React with 👍 / 👎. |
||
| base64 = { version = "0.22" } | ||
| bytes = { version = "1" } | ||
| calamine = { version = "0.35" } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The root
AGENTS.mdsays every commit needs a DCO sign-off viagit commit -s, but I checkedgit show -s --format=full 1788e87ccdae2f305c320e4b55670ae7e4b1ffa9and this commit has noSigned-off-by:trailer. In this repo that will block the DCO gate until the commit is recreated with the sign-off.Useful? React with 👍 / 👎.