Skip to content

Commit

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

Bump serde_json from 1.0.117 to 1.0.119
  • Loading branch information
lexara-prime-ai authored Jul 1, 2024
2 parents 625244f + 0319609 commit c4d428a
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 @@ -26,5 +26,5 @@ clickhouse = "0.11.6"
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.119"
tokio = { version = "1.38.0", features = ["full"] }
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.117"
serde_json = "1.0.119"
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit c4d428a

Please sign in to comment.