mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 16:42:42 +03:00
chore(deps): use less specific version for tokio and once_cell (#5158)
This commit is contained in:
parent
83eefccefd
commit
e9412fb983
@ -47,13 +47,13 @@ normal = [ "attohttpc", "reqwest" ]
|
||||
[dependencies]
|
||||
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
tokio = { version = "1.21", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
||||
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
||||
futures = "0.3"
|
||||
uuid = { version = "1", features = [ "v4" ] }
|
||||
url = { version = "2.3" }
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1"
|
||||
tauri-runtime = { version = "0.10.2", path = "../tauri-runtime" }
|
||||
tauri-macros = { version = "1.0.4", path = "../tauri-macros" }
|
||||
tauri-utils = { version = "1.0.3", features = [ "resources" ], path = "../tauri-utils" }
|
||||
@ -116,7 +116,7 @@ features = [ "Win32_Foundation" ]
|
||||
|
||||
[build-dependencies]
|
||||
heck = "0.4"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = "0.31"
|
||||
@ -127,7 +127,7 @@ serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
tauri = { path = ".", default-features = false, features = [ "wry" ] }
|
||||
tokio-test = "0.4.2"
|
||||
tokio = { version = "1.21", features = [ "full" ] }
|
||||
tokio = { version = "1", features = [ "full" ] }
|
||||
cargo_toml = "0.11"
|
||||
|
||||
[features]
|
||||
|
@ -32,7 +32,7 @@ clap = { version = "3.2", features = [ "derive" ] }
|
||||
anyhow = "1.0"
|
||||
tauri-bundler = { version = "1.0.5", path = "../bundler" }
|
||||
colored = "2.0"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
serde_with = "2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user