Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent cd7edb5 commit bb843b5
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.34"
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.34"
serde_urlencoded = "0.7"
futures = "0.1.21"
tokio = "0.1.7"
Expand Down

0 comments on commit bb843b5

Please sign in to comment.