Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 3f7477c commit cc9ab55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ base64 = "0.9"

[dev-dependencies]
serde_test = "1.0"
serde_yaml = "0.8"
serde_yaml = "0.9"
2 changes: 1 addition & 1 deletion holding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ native-tls = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
serde_yaml = "0.9"
serde_urlencoded = "0.7"
futures = "0.1.21"
tokio = "0.1.7"
Expand Down

0 comments on commit cc9ab55

Please sign in to comment.