Skip to content

Commit b410500

Browse files
hyunjaemoon-workhchataing
authored andcommitted
Update crate dependency version to match AOSP crates
For pdl-compiler: heck 0.4.0 -> 0.4.1 proc-macro2 1.0.46 -> 1.0.75 quote 1.0.21 -> 1.0.36 serde_json 1.0.86 -> 1.0.94 argh 0.1.7 -> 0.1.12 syn 2.0.16 -> 2.0.58 prettyplease 0.2.6 -> 0.2.17 For pdl-runtime bytes 1.4.0 -> 1.7.2 thiserror 1.0.47 -> 1.0.49
1 parent b0b6904 commit b410500

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pdl-compiler/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ default = ["serde"]
2525

2626
[dependencies]
2727
codespan-reporting = "0.11.1"
28-
heck = "0.4.0"
28+
heck = "0.4.1"
2929
pest = "2.7.6"
3030
pest_derive = "2.7.6"
31-
proc-macro2 = "1.0.46"
32-
quote = "1.0.21"
33-
serde_json = "1.0.86"
34-
argh = "0.1.7"
35-
syn = "2.0.16"
36-
prettyplease = "0.2.6"
31+
proc-macro2 = "1.0.75"
32+
quote = "1.0.36"
33+
serde_json = "1.0.94"
34+
argh = "0.1.12"
35+
syn = "2.0.58"
36+
prettyplease = "0.2.17"
3737

3838
[dependencies.serde]
3939
version = "1.0.145"

pdl-runtime/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ authors = [
1515
categories = ["parsing"]
1616

1717
[dependencies]
18-
bytes = "1.4.0"
19-
thiserror = "1.0.47"
18+
bytes = "1.7.2"
19+
thiserror = "1.0.49"

0 commit comments

Comments
 (0)