Skip to content

Commit

Permalink
fix: loosen sdk deps version range (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am authored Aug 28, 2024
1 parent 8ae18b6 commit 9665c37
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ license = "MPL-2.0"
repository = "https://github.com/zifeo/lade"

[dependencies]
access-json = "0.1.0"
anyhow = "1.0.83"
async-process = "2.2.2"
async-trait = "0.1.80"
directories = "5.0.1"
futures = "0.3.30"
itertools = "0.13.0"
log = "0.4.21"
once_cell = "1.19.0"
regex = "1.10.4"
rust-ini = "0.21.0"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
serde_yaml = "0.9.34"
tempfile = "3.10.1"
tokio = { version = "1.37.0", features = ["fs"] }
toml = "0.8.12"
access-json = "0.1"
anyhow = "1"
async-process = "2.2"
async-trait = "0.1"
directories = "5"
futures = "0.3"
itertools = "0.13"
log = "0.4"
once_cell = "1"
regex = "1"
rust-ini = "0.21"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
tempfile = "3"
tokio = { version = "1", features = ["fs"] }
toml = "0.8"
url = "2.4"
urlencoding = "2.1.3"
urlencoding = "2"

0 comments on commit 9665c37

Please sign in to comment.