Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.209
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2024
1 parent 3be7b97 commit 7e77cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "sy
utoipa = { version = "5.0.0-alpha.2", features = ["actix_extras", "openapi_extensions", "time", "preserve_order", "preserve_path_order", "non_strict_integers"] }

# Serialization/Deserialization
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"

# ORM
Expand Down

0 comments on commit 7e77cd0

Please sign in to comment.