Skip to content

Commit

Permalink
Upgrade Cargo deps
Browse files Browse the repository at this point in the history
- `cucumber` crate to 0.20 version
- `typed-builder` crate to 0.15 version
- `syn` crate to 2.0 version
  • Loading branch information
tyranron committed Jul 14, 2023
1 parent 3ad667b commit bdf31e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ textwrap = "0.16"
thiserror = "1.0.20"

# "parser" feature dependencies.
typed-builder = { version = "0.11", optional = true }
typed-builder = { version = "0.15", optional = true }

# "serde" feature enables ability to serialize/deserialize AST.
serde = { version = "1.0.103", features = ["derive"], optional = true }
Expand All @@ -45,10 +45,10 @@ heck = "0.4"
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = "1.0"
syn = "2.0"

[dev-dependencies]
cucumber = "0.19"
cucumber = "0.20"
futures = "0.3.5"
serde_json = "1.0.78"

Expand Down

0 comments on commit bdf31e7

Please sign in to comment.