Skip to content

Commit 75225fb

Browse files
Merge pull request #1784 from veryl-lang/dependabot/cargo/parol-3.1.0
Bump parol from 3.0.1 to 3.1.0
2 parents fa896c8 + dc9797e commit 75225fb

3 files changed

Lines changed: 12 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/migrator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ miette = {workspace = true, features = ["fancy-no-syscall"]}
3131
miette = {workspace = true, features = ["fancy"]}
3232

3333
[build-dependencies]
34-
parol = {version = "3.0", optional = true}
34+
parol = {version = "3.1", optional = true}
3535

3636
[features]
3737
default = ["build"]

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ miette = {workspace = true, features = ["fancy-no-syscall"]}
2929
miette = {workspace = true, features = ["fancy"]}
3030

3131
[build-dependencies]
32-
parol = {version = "3.0", optional = true}
32+
parol = {version = "3.1", optional = true}
3333

3434
[features]
3535
default = ["build"]

0 commit comments

Comments
 (0)