Skip to content

Commit

Permalink
Merge pull request #123 from Fabian-Gruenbichler/patch-1
Browse files Browse the repository at this point in the history
bump serde dependency to 1.0.107
  • Loading branch information
oli-obk committed Jul 30, 2020
2 parents d36e795 + fb881f7 commit 64ee6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
serde = { version = "1.0.79", features = ["derive"] }
serde = { version = "1.0.107", features = ["derive"] }
serde_json = "1.0.1"

[dependencies.semver]
Expand Down

0 comments on commit 64ee6d1

Please sign in to comment.