Skip to content

Commit

Permalink
deps: Allow tempfile to update past 3.5.0 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 24, 2023
1 parent 9f61270 commit 180f4b4
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 @@ -54,7 +54,7 @@ default-features = false
features = ["svg_backend", "area_series", "line_series"]

[dev-dependencies]
tempfile = "~3.5.0"
tempfile = "3.5.0"
approx = "0.5.0"
quickcheck = { version = "1.0", default-features = false }
rand = "0.8"
Expand Down

0 comments on commit 180f4b4

Please sign in to comment.