From b1c5c701e51e891465e57543d3ff613a9e74b289 Mon Sep 17 00:00:00 2001 From: glyph Date: Fri, 25 Mar 2022 08:45:10 +0200 Subject: [PATCH] reduce specificity of peach-lib dependencies --- peach-lib/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index 9b08559..9d53e7f 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -5,19 +5,19 @@ authors = ["Andrew Reid "] edition = "2018" [dependencies] -async-std = "1.10.0" -chrono = "0.4.19" +async-std = "1.10" +chrono = "0.4" dirs = "4.0" -fslock="0.1.6" +fslock="0.1" golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" } jsonrpc-client-core = "0.5" jsonrpc-client-http = "0.5" -jsonrpc-core = "8.0.1" +jsonrpc-core = "8.0" log = "0.4" -nanorand = "0.6.1" +nanorand = "0.6" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8" -toml = "0.5.8" -sha3 = "0.10.0" +toml = "0.5" +sha3 = "0.10"