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

@ -15,7 +15,7 @@ repository = "https://github.com/schmelczer/vault-link"
version = "0.2.2"
[workspace.dependencies]
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.66", default-features = false }
[profile.release]