Skip to content

Commit

Permalink
Merge pull request #18 from tweedegolf/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.122

Bump serde_json from 1.0.118 to 1.0.122
  • Loading branch information
tdittr authored Aug 9, 2024
2 parents 10ea190 + b5df006 commit 3c7ea70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ db-dump = "0.7.4"
schemars = { version = "1.0.0-alpha.2", features = ["chrono04", "semver1", "url2"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.122"
spdx = "0.10.4"
toml = "0.8.19"
url = { version = "2.5.2", features = ["serde"] }

0 comments on commit 3c7ea70

Please sign in to comment.