Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.189
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent dca4adc commit f145f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish = false

[workspace.dependencies]
axum = { version = "0.6.20", features = ["headers"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
anyhow = "1.0.75"
async-trait = "0.1.73"
sea-orm = { version = "0.12.3", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
Expand Down

0 comments on commit f145f50

Please sign in to comment.