Bump serde from 1.0.215 to 1.0.219 in /backend (#5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-29 10:18:12 +00:00 committed by GitHub
parent 1aad0fce31
commit 2ac3630a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
[dependencies]
serde = { version = "1.0.215", optional = true }
serde = { version = "1.0.219", optional = true }
[features]
serde = [ "dep:serde" ]