-
Notifications
You must be signed in to change notification settings - Fork 243
Bumped a few crates, ran cargo update #673
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?
Conversation
-ron = { version = "0.8", optional = true } +ron = { version = "0.10", optional = true } -convert_case = { version = "0.6", optional = true } +convert_case = { version = "0.8", optional = true } -notify = "7.0" +notify = "8.1"
rust-version = "1.75.0" # MSRV | ||
include = [ | ||
"build.rs", | ||
"src/**/*", | ||
"Cargo.toml", | ||
"Cargo.lock", | ||
"LICENSE*", | ||
"README.md", | ||
"examples/**/*" | ||
"examples/**/*", |
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.
There seem to be unrelated changes
json5_rs = { version = "0.4", optional = true, package = "json5" } | ||
indexmap = { version = "2.10.0", features = ["serde"], optional = true } | ||
convert_case = { version = "0.6", optional = true } | ||
convert_case = { version = "0.8", optional = true } |
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.
This is a breaking change and we'd need to handle this more conciously
serde_json = { version = "1.0", optional = true } | ||
yaml-rust2 = { version = "0.10", optional = true } | ||
rust-ini = { version = "0.21", optional = true } | ||
ron = { version = "0.8", optional = true } | ||
ron = { version = "0.10", optional = true } |
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.
We are not ready to upgrade ron, see #476 (review)
warp = "0.3" | ||
futures = "0.3" | ||
reqwest = "0.12" | ||
|
||
glob = "0.3" | ||
notify = "7.0" | ||
notify = "8.1" |
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.
This requires an MSRV bump. The question is whether its worth it for a dev dependency
-ron = { version = "0.8", optional = true }
+ron = { version = "0.10", optional = true }
-convert_case = { version = "0.6", optional = true }
+convert_case = { version = "0.8", optional = true }
-notify = "7.0"
+notify = "8.1"