Introduce central crate version management
This commit is contained in:
@@ -65,14 +65,14 @@ name = "async_std_resolver"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
async-std = { version = "1.6", features = ["unstable"] }
|
||||
async-trait = "0.1.43"
|
||||
futures-io = { version = "0.3.5", default-features = false, features = ["std"] }
|
||||
futures-util = { version = "0.3.5", default-features = false, features = ["std"] }
|
||||
pin-utils = "0.1.0"
|
||||
trust-dns-resolver = { version = "0.22.0", path = "../resolver", default-features = false }
|
||||
socket2 = "0.4.2"
|
||||
async-std = { workspace = true, features = ["unstable"] }
|
||||
async-trait.workspace = true
|
||||
futures-io = { workspace = true, default-features = false, features = ["std"] }
|
||||
futures-util = { workspace = true, default-features = false, features = ["std"] }
|
||||
pin-utils.workspace = true
|
||||
trust-dns-resolver = { workspace = true, default-features = false }
|
||||
socket2.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.6", features = ["attributes"] }
|
||||
trust-dns-resolver = { version = "0.22.0", path = "../resolver", default-features = false, features = ["testing"] }
|
||||
async-std = { workspace = true, features = ["attributes"] }
|
||||
trust-dns-resolver = { workspace = true, default-features = false, features = ["testing"] }
|
||||
|
Reference in New Issue
Block a user