Skip to content

Commit 9887803

Browse files
committed
As required, revert the official versions outlined in Rust dependency documentation because they are too short. This means that by disabling Dependabot new updates will not be build and tested automatically, and that the opposite will be true for all other dependencies not updated here (serde and serde_derive are allowed to be short).
Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
1 parent 6fe15ec commit 9887803

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

functional-tests/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edition = "2021"
55
authors = ["Adrian Utrilla <adrianutrilla@gmail.com>"]
66

77
[dependencies]
8-
tempfile = "3"
8+
tempfile = "3.12.0"
99
serde = "1.0"
10-
serde_json = "1.0"
11-
serde_yaml = "0.9"
10+
serde_json = "1.0.128"
11+
serde_yaml = "0.9.34"
1212
serde_derive = "1.0"
13-
lazy_static = "1.5"
13+
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)