Skip to content

Commit

Permalink
Merge pull request #63 from lexara-prime-ai/dependabot/cargo/serde_js…
Browse files Browse the repository at this point in the history
…on-1.0.121

Bump serde_json from 1.0.120 to 1.0.121
  • Loading branch information
lexara-prime-ai authored Jul 30, 2024
2 parents e104d54 + 9d60892 commit de7d1c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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 @@ chrono = { version = "0.4.38", features = ["serde"] }
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.121"
tokio = { version = "1.38.0", features = ["full"] }

# Strip symbols from the binary.
Expand Down
2 changes: 1 addition & 1 deletion wspr_cdk_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ chrono = { version = "0.4.38", features = ["serde"] }
dotenv = "0.15.0"
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.121"
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit de7d1c6

Please sign in to comment.