Skip to content

Commit

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

Bump serde_json from 1.0.121 to 1.0.128
  • Loading branch information
lexara-prime-ai authored Sep 26, 2024
2 parents 8ec553c + ef1fffb commit abf7a79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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.121"
serde_json = "1.0.128"
tokio = { version = "1.39.2", 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.121"
serde_json = "1.0.128"
tokio = { version = "1.39.2", features = ["full"] }

0 comments on commit abf7a79

Please sign in to comment.