updated all deps
migrated away from paste and async-std
This commit is contained in:
@@ -6,14 +6,14 @@ edition = "2024"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
async-lock = "3.4.1"
|
||||
async-once-cell = "0.5.4"
|
||||
async-process = "2.3.0"
|
||||
async-std = "1.13.0"
|
||||
async-process = "2.4.0"
|
||||
async-stream = "0.3.6"
|
||||
bound = "0.6.0"
|
||||
derive_destructure = "1.0.0"
|
||||
futures = "0.3.31"
|
||||
hashbrown = "0.15.2"
|
||||
futures = { version = "0.3.31", features = ["std"] }
|
||||
hashbrown = "0.16.0"
|
||||
itertools = "0.14.0"
|
||||
lazy_static = "1.5.0"
|
||||
memo-map = "0.3.3"
|
||||
@@ -23,7 +23,7 @@ orchid-api = { version = "0.1.0", path = "../orchid-api" }
|
||||
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
||||
orchid-base = { version = "0.1.0", path = "../orchid-base" }
|
||||
ordered-float = "5.0.0"
|
||||
paste = "1.0.15"
|
||||
pastey = "0.1.1"
|
||||
substack = "1.1.1"
|
||||
test_executors = "0.3.2"
|
||||
test_executors = "0.3.5"
|
||||
trait-set = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user