Skip to content

Commit

Permalink
build(deps): update rust crate serde_with to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 30500e4 commit ac86d6f
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 @@ -7,7 +7,7 @@ license.workspace = true
[dependencies]
figment = { version = "0.10.19", features = ["toml"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_with = "3.11.0"
serde_with = "3.12.0"
thiserror.workspace = true
toml_edit = { version = "0.22.22", features = ["serde"] }

Expand Down

0 comments on commit ac86d6f

Please sign in to comment.