Skip to content

Commit

Permalink
As required, revert the official versions outlined in Rust dependency…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
  • Loading branch information
reneleonhardt committed Sep 24, 2024
1 parent 6fe15ec commit 9887803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functional-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"
authors = ["Adrian Utrilla <[email protected]>"]

[dependencies]
tempfile = "3"
tempfile = "3.12.0"
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
serde_json = "1.0.128"
serde_yaml = "0.9.34"
serde_derive = "1.0"
lazy_static = "1.5"
lazy_static = "1.5.0"

0 comments on commit 9887803

Please sign in to comment.