Skip to content

Commit

Permalink
Update once_cell dependency to 1.18.0.
Browse files Browse the repository at this point in the history
Not required but makes `direct-minimal-versions` happy.
  • Loading branch information
kpreid committed Oct 25, 2023
1 parent 8c06066 commit 4a0bbb6
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 @@ -57,7 +57,7 @@ macro_rules_attribute = "0.2.0"
manyfmt = "0.1.0"
mutants = "0.0.3"
num-traits = { version = "0.2.15", default-features = false }
once_cell = "1.17.1"
once_cell = "1.18.0"
ordered-float = { version = "3.0.0", default-features = false }
polonius-the-crab = { version = "0.3.1" }
pretty_assertions = "1.2.0"
Expand Down

0 comments on commit 4a0bbb6

Please sign in to comment.