Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martinfrances107
Copy link

-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"

-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"
Comment on lines +8 to +16
rust-version = "1.75.0" # MSRV
include = [
"build.rs",
"src/**/*",
"Cargo.toml",
"Cargo.lock",
"LICENSE*",
"README.md",
"examples/**/*"
"examples/**/*",
Copy link
Contributor

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 }
Copy link
Contributor

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 }
Copy link
Contributor

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"
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants