Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Dec 24, 2023
1 parent 4a34636 commit c40a908
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions crypto-contract-value/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto-contract-value"
version = "1.7.23"
version = "1.7.24"
authors = ["soulmachine <[email protected]>"]
edition = "2021"
description = "Get contract value."
Expand All @@ -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"
8 changes: 4 additions & 4 deletions crypto-msg-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c40a908

Please sign in to comment.