Skip to content

Commit f41ca8c

Browse files
authored
Merge pull request #67 from quickwit-oss/dependabot/cargo/dependencies-7a314dcd49
Update rand requirement from 0.8 to 0.9 in the dependencies group
2 parents 473cbe0 + 446d6e4 commit f41ca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tracing = "0.1.37"
2020
criterion = "0.5"
2121
futures = "0.3"
2222
proptest = "1"
23-
rand = "0.8"
23+
rand = "0.9"
2424
tempfile = "3"
2525

2626
[[bench]]

0 commit comments

Comments
 (0)