Skip to content

Commit ad8d4fe

Browse files
committed
upgrade mockito to 0.31
1 parent adab827 commit ad8d4fe

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.cargo/audit.toml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ignore = [
1212
"RUSTSEC-2020-0071", # `time` localtime_r segfault
1313
# https://github.com/rust-lang/docs.rs/issues/1523
1414

15-
"RUSTSEC-2020-0095", # difference is unmaintained
16-
# https://github.com/rust-lang/docs.rs/issues/1357
17-
1815
"RUSTSEC-2020-0159", # `chrono` localtime_r segfault
1916
# https://github.com/rust-lang/docs.rs/issues/1525
2017

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ procfs = "0.12.0"
110110
criterion = "0.3"
111111
kuchiki = "0.8"
112112
rand = "0.8"
113-
mockito = "0.30.0"
113+
mockito = "0.31.0"
114114
test-case = "2.0.0"
115115

116116
[build-dependencies]

0 commit comments

Comments
 (0)