Skip to content

Commit

Permalink
Merge pull request #240 from r-Techsupport/dependabot/cargo/backend/s…
Browse files Browse the repository at this point in the history
…erde_json-1.0.132

build(deps): bump serde_json from 1.0.128 to 1.0.132 in /backend
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
2 parents 70be4ec + d2454ad commit 38a3cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jsonwebtoken = "9.3.0"
oauth2 = "4.4.2"
reqwest = { version = "0.12.8", features = ["stream"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "signal", "tracing"] }
tower-http = { version = "0.6.1", features = ["normalize-path", "fs", "cors", "tracing", "trace"] }
Expand Down

0 comments on commit 38a3cf6

Please sign in to comment.