Skip to content

Commit

Permalink
update serde and serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Aug 24, 2024
1 parent cac02bb commit 3402ec8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions backend/Cargo.lock

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

4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ chrono = "0.4.38"
configured = "0.7.1"
humantime-serde = "1.1.1"
jsonwebtoken = "9.3.0"
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.124"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
time = { version = "0.3.36", features = ["formatting"] }
tokio = { version = "1.39.2", features = [
"macros",
Expand Down

0 comments on commit 3402ec8

Please sign in to comment.