Skip to content

Commit

Permalink
Pin tempfile dependency (redis-rs#902)
Browse files Browse the repository at this point in the history
Trying to avoid bumping MSRV to 1.63 just for a
dev dependency.
  • Loading branch information
jaymell authored and altanozlu committed Aug 16, 2023
1 parent 6bb8215 commit 3b858ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ criterion = "0.4"
partial-io = { version = "0.5", features = ["tokio", "quickcheck1"] }
quickcheck = "1.0.3"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "time"] }
tempfile = "3.2"
tempfile = "=3.6.0"
once_cell = "1"
anyhow = "1"

Expand Down

0 comments on commit 3b858ab

Please sign in to comment.