Skip to content

Commit

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

build(deps): bump serde from 1.0.209 to 1.0.210 in /backend
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
2 parents 3aa95db + 3c431bd commit 840c9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -20,7 +20,7 @@ git2 = "0.19.0"
jsonwebtoken = "9.3.0"
oauth2 = "4.4.2"
reqwest = { version = "0.12.7", features = ["stream"] }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "signal", "tracing"] }
Expand Down

0 comments on commit 840c9d4

Please sign in to comment.