Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.189
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent 5ea82f1 commit e037bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio-util = { version = "0.7.9", default-features = false, features = ["codec",
tokio-stream = { version = "0.1.14", default-features = false }
futures = { version = "0.3.28", default-features = false }

serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }

serde_json = "1.0.107"
json_comments = "0.2.1"
Expand Down

0 comments on commit e037bda

Please sign in to comment.