Skip to content

Commit

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

Bump serde_json from 1.0.119 to 1.0.120
  • Loading branch information
lexara-prime-ai authored Jul 8, 2024
2 parents c6497e0 + ed72d39 commit 70fac14
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.203", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.120"
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.203", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.120"
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit 70fac14

Please sign in to comment.