-
Notifications
You must be signed in to change notification settings - Fork 879
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update Rust dependencies
Signed-off-by: Rene Leonhardt <[email protected]>
- Loading branch information
1 parent
422c397
commit 54f3d8d
Showing
3 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ edition = "2021" | |
authors = ["Adrian Utrilla <[email protected]>"] | ||
|
||
[dependencies] | ||
tempdir = "0.3.5" | ||
tempfile = "3" | ||
serde = "1.0" | ||
serde_json = "1.0.99" | ||
serde_yaml = "0.9.22" | ||
serde_json = "1.0" | ||
serde_yaml = "0.9" | ||
serde_derive = "1.0" | ||
lazy_static = "1.4.0" | ||
lazy_static = "1.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters