Skip to content

Commit

Permalink
deps: Allow tempfile to update past 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 16, 2023
1 parent 4c19e91 commit 597468a
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 597468a

Please sign in to comment.