Skip to content

Commit

Permalink
Fix CI warnings from old syn version
Browse files Browse the repository at this point in the history
  • Loading branch information
krolli committed Jun 11, 2023
1 parent c33d4e4 commit b6e7346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Martin Krošlák <[email protected]>"]
[dev-dependencies]
minreq = { version = "^2", features = ["https"] }
ron = "^0.4"
serde = "^1.0.75"
serde_derive = "^1.0.75"
serde = "^1.0.77"
serde_derive = "^1.0.77"
vk-parse = { path = "../vk-parse", features = ["serialize", "vkxml-convert"] }
vkxml = "^0.3"
xml-rs = "^0.8"
4 changes: 2 additions & 2 deletions vk-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vkxml-convert = ["vkxml"]
xml-rs = "^0.8"

vkxml = { optional = true, version = "^0.3" }
serde = { optional = true, version = "^1.0.75" }
serde_derive = { optional = true, version = "^1.0.75" }
serde = { optional = true, version = "^1.0.77" }
serde_derive = { optional = true, version = "^1.0.77" }

[badges]

0 comments on commit b6e7346

Please sign in to comment.