Skip to content

Commit

Permalink
Merge pull request #17 from tweedegolf/dependabot/cargo/serde-1.0.205
Browse files Browse the repository at this point in the history
Bump serde from 1.0.203 to 1.0.205
  • Loading branch information
tdittr authored Aug 9, 2024
2 parents ac05853 + 49aa590 commit ef74369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@ csv = "1.3.0"
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.202", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.117"
spdx = "0.10.4"
toml = "0.8.14"
Expand Down

0 comments on commit ef74369

Please sign in to comment.