Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 8de9d29 commit e785211
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -14,7 +14,7 @@ tokio = { version = "1.35.0", features = ["full"] }
rand = "0.8"
dotenv = "0.15.0"
dotenv_codegen = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
bincode = "1.3.3"
sqlite = "0.32.0"
uuid = {version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"]}

0 comments on commit e785211

Please sign in to comment.