Codebase list rust-stfu8 / ffaa6e0
bit-vec - bump rand dependency. Peter Michael Green 1 year, 10 months ago
3 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package bit-vec 0.6.3 from crates.io using debcargo 2.5.0
4 * Bump dev-dependencies on rand and rand-xorshift
45
56 -- Peter Michael Green <plugwash@debian.org> Sun, 05 Jun 2022 14:25:05 +0000
67
0 Index: bit-vec/Cargo.toml
1 ===================================================================
2 --- bit-vec.orig/Cargo.toml
3 +++ bit-vec/Cargo.toml
4 @@ -27,10 +27,10 @@ features = ["derive"]
5 optional = true
6 default-features = false
7 [dev-dependencies.rand]
8 -version = "0.7"
9 +version = "0.8"
10
11 [dev-dependencies.rand_xorshift]
12 -version = "0.2"
13 +version = "0.3"
14
15 [dev-dependencies.serde_json]
16 version = "1.0"