mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 18:44:07 +02:00
bumb dependencies
This commit is contained in:
parent
9d469219c1
commit
24cbda9b45
1 changed files with 10 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "php-literal-parser"
|
name = "php-literal-parser"
|
||||||
description = "parser for php literals"
|
description = "parser for php literals"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
@ -9,14 +9,14 @@ repository = "https://github.com/icewind1991/php-literal-parser"
|
||||||
documentation = "https://docs.rs/php-literal-parser"
|
documentation = "https://docs.rs/php-literal-parser"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
logos = "0.12"
|
logos = "0.12.1"
|
||||||
thiserror = "1"
|
thiserror = "1.0.37"
|
||||||
memchr = "2"
|
memchr = "2.5.0"
|
||||||
serde = "1"
|
serde = "1.0.145"
|
||||||
miette = "3"
|
miette = "5.3.0"
|
||||||
parse-display = "0.5"
|
parse-display = "0.6.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1"
|
maplit = "1.0.2"
|
||||||
serde_derive = "1"
|
serde_derive = "1.0.145"
|
||||||
miette = { version = "3", features = ["fancy"] }
|
miette = { version = "5.3.0", features = ["fancy"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue