Update syn-codegen to semver 0.11

This commit is contained in:
David Tolnay 2020-10-24 12:11:05 -07:00
parent f1f86306dc
commit ab2c642edd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ indexmap = { version = "1.0", features = ["serde-1"] }
inflections = "1.1"
proc-macro2 = { version = "1.0.20", features = ["span-locations"] }
quote = "1.0"
semver = { version = "0.9", features = ["serde"] }
semver = { version = "0.11", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = "1.0.38"
syn-codegen = { path = "../json" }

View File

@ -11,7 +11,7 @@ categories = ["development-tools::procedural-macro-helpers"]
[dependencies]
indexmap = { version = "1.0", features = ["serde-1"] }
semver = { version = "0.9", features = ["serde"] }
semver = { version = "0.11", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }
[dev-dependencies]