Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent c3fa7a9 commit aca4c49
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env_logger = "0.10.0"
jsonwebtoken = "8.3.0"
log = "0.4.18"
rs-snowflake = "0.6.0"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tokio = { version = "1.28.2", features = ["full", "tracing"] }
infer = "0.13.0"

Expand Down

0 comments on commit aca4c49

Please sign in to comment.