Skip to content

Commit

Permalink
Update serde_yaml used by wasm-compose (#1124)
Browse files Browse the repository at this point in the history
Gets on a new track of releases to let other transitive deps stay
up-to-date.
  • Loading branch information
alexcrichton committed Jul 14, 2023
1 parent 6f59f98 commit 8c7e3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm-compose/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ anyhow = { workspace = true }
serde = { workspace = true }
petgraph = "0.6.2"
log = { workspace = true }
serde_yaml = "0.8.26"
serde_yaml = "0.9.22"
clap = { workspace = true, optional = true }
smallvec = "1.10.0"
heck = "0.4.0"
Expand Down

0 comments on commit 8c7e3c5

Please sign in to comment.