Skip to content

Commit

Permalink
chore: upgrade semver (#435)
Browse files Browse the repository at this point in the history
semver 1.0 is a much leaner, better crate than it was prior to 1.0. Now
it is stable and will unlikely to see further changes.

We use semver privatly, so this bump is not a semver change for us.
  • Loading branch information
matklad authored May 31, 2022
1 parent d279f99 commit 1a5ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = { version = "0.4", optional = true }
parking_lot = { version = ">=0.10, <0.13" }
regex = { version = "1.3", optional = true }
reqwest = { version = "0.10", features = ["blocking"], optional = true }
semver = ">=0.9, <0.12"
semver = "1.0.9"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 1a5ae61

Please sign in to comment.