mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
Update prost
This commit is contained in:
parent
1a27eb0034
commit
8168d301e0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ lazy_static = "1"
|
||||||
leptos = "0.5"
|
leptos = "0.5"
|
||||||
num = { version = "0.4", optional = true }
|
num = { version = "0.4", optional = true }
|
||||||
paste = "1"
|
paste = "1"
|
||||||
prost = { version = "0.11", optional = true }
|
prost = { version = "0.12", optional = true }
|
||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
serde_json = { version = "1", optional = true }
|
serde_json = { version = "1", optional = true }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue