mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
update serde_json version to 1.0
This commit is contained in:
committed by
GitHub
parent
5e66139785
commit
a46f5d94ad
@@ -12,10 +12,10 @@ exclude = ["test/fixture/**"]
|
||||
[dependencies]
|
||||
attohttpc = {version = "0.10.1", features=["json", "compress" ]}
|
||||
# pbr = "1"
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0"
|
||||
serde = "1.0"
|
||||
zip = "0.5.3"
|
||||
tempdir = "0.3"
|
||||
error-chain = "0.12.1"
|
||||
tauri-api = { version = "0.3", path = "../tauri-api" }
|
||||
tauri-utils = { version = "0.3", path = "../tauri-utils" }
|
||||
tauri-utils = { version = "0.3", path = "../tauri-utils" }
|
||||
|
||||
Reference in New Issue
Block a user