Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent d7d71bf commit f384c21
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 @@ -48,7 +48,7 @@ infer = { version = "0.15.0", default-features = false, optional = true }
log = { version = "0.4.21", optional = true }
remi = { path = "../../remi", version = "0.7.0" }
serde = { version = "1.0.197", features = ["derive"], optional = true }
serde_json = { version = "1.0.115", optional = true }
serde_json = { version = "1.0.116", optional = true }
serde_yaml = { version = "0.9.34", optional = true }
tokio = { version = "1.37.0", features = ["fs", "io-util"] }
tracing = { version = "0.1.40", optional = true }
Expand Down

0 comments on commit f384c21

Please sign in to comment.