From c40a9088d737c02ece72c598d820e491757572c2 Mon Sep 17 00:00:00 2001 From: soulmachine Date: Sun, 24 Dec 2023 03:44:53 +0000 Subject: [PATCH] cargo upgrade --- crypto-contract-value/Cargo.toml | 14 +++++++------- crypto-msg-parser/Cargo.toml | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crypto-contract-value/Cargo.toml b/crypto-contract-value/Cargo.toml index f653bbc..56091ec 100644 --- a/crypto-contract-value/Cargo.toml +++ b/crypto-contract-value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-contract-value" -version = "1.7.23" +version = "1.7.24" authors = ["soulmachine "] edition = "2021" description = "Get contract value." @@ -11,9 +11,9 @@ keywords = ["cryptocurrency", "blockchain", "trading"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crypto-market-type = "1.1.5" -crypto-pair = "2.3.18" -once_cell = "1" -reqwest = { version = "0.11", features = ["blocking", "gzip"] } -serde = { version = "1", features = ["derive"] } -serde_json = "1" +crypto-market-type = "1.1.6" +crypto-pair = "2.3.19" +once_cell = "1.19.0" +reqwest = { version = "0.11.23", features = ["blocking", "gzip"] } +serde = { version = "1.0.193", features = ["derive"] } +serde_json = "1.0.108" diff --git a/crypto-msg-parser/Cargo.toml b/crypto-msg-parser/Cargo.toml index df47369..2969afb 100644 --- a/crypto-msg-parser/Cargo.toml +++ b/crypto-msg-parser/Cargo.toml @@ -10,14 +10,14 @@ keywords = ["cryptocurrency", "blockchain", "trading"] [dependencies] chrono = "0.4.31" -crypto-contract-value = "1.7.23" +crypto-contract-value = "1.7.24" crypto-market-type = "1.1.6" crypto-msg-type = "1.0.12" crypto-message = "1.1.19" -crypto-pair = "2.3.18" +crypto-pair = "2.3.19" if_chain = "1.0.2" -once_cell = "1.18.0" -reqwest = { version = "0.11.22", features = ["blocking", "gzip"] } +once_cell = "1.19.0" +reqwest = { version = "0.11.23", features = ["blocking", "gzip"] } simple-error = "0.3.0" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"