Skip to content

Commit 7770ca1

Browse files
authored
Merge pull request #470 from mulkieran/rand-0.10.0
Increase rand dependency lower bound to 0.10.0
2 parents f91757c + 41639bc commit 7770ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ base64 = "0.22.0"
3939
env_logger = "0.11.0"
4040
loopdev-3 = "0.5.0"
4141
nix = {version="0.31.1", features=["user"]}
42-
rand = "0.9.0"
42+
rand = "0.10.0"
4343

4444
[features]
4545
mutex = []

0 commit comments

Comments
 (0)