Skip to content

Commit

Permalink
build(deps): update rust crate serde to 1.0.217
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 867cf40 commit f52d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true

[dependencies]
figment = { version = "0.10.19", features = ["toml"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_with = "3.11.0"
thiserror.workspace = true
toml_edit = { version = "0.22.22", features = ["serde"] }
Expand Down

0 comments on commit f52d77e

Please sign in to comment.