Skip to content

Commit

Permalink
chore: fix and update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed May 10, 2024
1 parent bb4950b commit 918f788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Expand Up @@ -31,11 +31,11 @@ anyhow = "1.0.79"
thiserror = "1.0.57"
chrono = { version = "0.4.33", optional = true }
serde = { version = "1.0.196", features = ["derive"], optional = true }
serde_json = { vesrion = "1.0.113", optional = true }
serde_json = { version = "1.0.113", optional = true }
tokio = { version = "1.35.1", features = ["full"], optional = true }
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"], optional = true }
reqwest = { version = "0.12.3", features = ["json"], optional = true }
zip = { version = "0.6.6", optional = true }
zip = { version = "1.2.2", optional = true }
futures-util = { version = "0.3.30", optional = true }
sha2 = { version = "0.11.0-pre.3", optional = true }
hmac = { version = "0.13.0-pre.3", optional = true }
Expand Down

0 comments on commit 918f788

Please sign in to comment.