Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #778 from serlo/dependabot/cargo/serde_json-1.0.120
Browse files Browse the repository at this point in the history
chore(deps): Bump serde_json from 1.0.117 to 1.0.120
  • Loading branch information
AndreasHuber authored Jul 2, 2024
2 parents 3702483 + 290d49d commit 59451b9
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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ regex = "1.10.5"
sentry = "~0.34.0"
sentry-actix = "~0.34.0"
serde = "1.0.203"
serde_json = "1.0.115"
serde_json = "1.0.120"
sophia = "0.8.0"
sqlx = { version = "~0.7.3", features = ["chrono", "json", "mysql", "runtime-tokio-native-tls"] }
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ assert-json-diff = "2.0.2"
convert_case = "~0.6.0"
pretty_assertions = "1.4.0"
rand = "0.8.5"
serde_json = "1.0.115"
serde_json = "1.0.120"
server = { path="../server" }
sqlx = { version = "~0.7.3", features = ["chrono", "json", "mysql", "runtime-tokio-native-tls"] }

0 comments on commit 59451b9

Please sign in to comment.