Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Mar 31, 2024
1 parent 2e9957e commit fc79829
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.24"
version = "1.7.25"
authors = ["soulmachine <[email protected]>"]
edition = "2021"
description = "Get contract value."
Expand All @@ -12,8 +12,8 @@ keywords = ["cryptocurrency", "blockchain", "trading"]

[dependencies]
crypto-market-type = "1.1.6"
crypto-pair = "2.3.19"
crypto-pair = "2.3.20"
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"
reqwest = { version = "0.12.1", features = ["blocking", "gzip"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"

0 comments on commit fc79829

Please sign in to comment.