-
Notifications
You must be signed in to change notification settings - Fork 120
Update Rust crate deadpool to 0.13.0
#8700
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 |
|---|---|---|
|
|
@@ -136,7 +136,7 @@ criterion = { version = "0.8.0", default-features = fal | |
| criterion-macro = { version = "0.4.0", default-features = false } | ||
| dashu-base = { version = "0.4.1", default-features = false } | ||
| dashu-float = { version = "0.4.3", default-features = false } | ||
| deadpool = { version = "0.12.3", default-features = false } | ||
| deadpool = { version = "0.13.0", default-features = false } | ||
|
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. Incompatible deadpool versions between direct and transitive dependenciesHigh Severity Upgrading Additional Locations (2)Reviewed by Cursor Bugbot for commit 252d9ba. Configure here. |
||
| deadpool-postgres = { version = "0.14.1", default-features = false } | ||
| derive-where = { version = "1.6.0", default-features = false, features = ["nightly"] } | ||
| derive_more = { version = "2.0.1", default-features = false } | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.
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.
Cargo.toml:139 β
deadpool-postgres 0.14.1depends ondeadpool ^0.12, so bumping the workspacedeadpoolto 0.13 can introduce twodeadpoolversions and lead to type incompatibilities if any crate ends up using both directly. It may be worth double-checking the dependency graph/usages to ensure everything is consistently on the samedeadpoolAPI surface.Severity: medium
π€ Was this useful? React with π or π, or π if it prevented an incident/outage.