reduce specificity of peach-lib dependencies

This commit is contained in:
glyph 2022-03-25 08:45:10 +02:00
parent 2ae9cb5c48
commit b1c5c701e5
1 changed files with 7 additions and 7 deletions

View File

@ -5,19 +5,19 @@ authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
async-std = "1.10.0" async-std = "1.10"
chrono = "0.4.19" chrono = "0.4"
dirs = "4.0" dirs = "4.0"
fslock="0.1.6" fslock="0.1"
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" } golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" }
jsonrpc-client-core = "0.5" jsonrpc-client-core = "0.5"
jsonrpc-client-http = "0.5" jsonrpc-client-http = "0.5"
jsonrpc-core = "8.0.1" jsonrpc-core = "8.0"
log = "0.4" log = "0.4"
nanorand = "0.6.1" nanorand = "0.6"
regex = "1" regex = "1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.8" serde_yaml = "0.8"
toml = "0.5.8" toml = "0.5"
sha3 = "0.10.0" sha3 = "0.10"