Skip to content

Commit

Permalink
build(deps): update rust crate serde to 1.0.217 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 30500e4 commit e85d621
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 e85d621

Please sign in to comment.