Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 0f9c9a7 commit 8d29c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ log = { version = "0.4.20", optional = true }
remi = { path = "../../remi", version = "0.5.0" }
serde = { version = "1.0.196", features = ["derive"], optional = true }
serde_json = { version = "1.0.113", optional = true }
serde_yaml = { version = "0.9.30", optional = true }
serde_yaml = { version = "0.9.31", optional = true }
tokio = { version = "1.35.1", features = ["fs", "io-util"] }
tracing = { version = "0.1.40", optional = true }

Expand Down

0 comments on commit 8d29c0a

Please sign in to comment.