Skip to content

Commit

Permalink
Update Rust crate semver to 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Dec 22, 2024
1 parent 88cf95e commit 4d9b3ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ camino = { version = "1.1.9", features = ["serde1"] }
cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
semver = { version = "1.0.23", features = ["serde"] }
semver = { version = "1.0.24", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
guppy-workspace-hack.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ petgraph = { version = "0.6.5", default-features = false }
proptest = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.5.1", optional = true }
rayon = { version = "1.10.0", optional = true }
semver = "1.0.23"
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
smallvec = "1.13.2"
Expand Down

0 comments on commit 4d9b3ca

Please sign in to comment.