Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 5, 2024
1 parent a54e1cb commit 9c9a86d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[build-dependencies]
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
toml = { version = "0.8.19" }

[dependencies]
async-trait = "0.1.83"
config = "0.14.1"
dashmap = "6.1.0"
env_logger = "0.11.5"
futures = "0.3.31"
log = "0.4.22"
metrics = "0.24.1"
rand = "0.8.5"
config = { version = "0.14.1" }
dashmap = { version = "6.1.0" }
env_logger = { version = "0.11.5" }
futures = { version = "0.3.31" }
log = { version = "0.4.22" }
metrics = { version = "0.24.1" }
rand = { version = "0.8.5" }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.4"
serde_json = { version = "1.0.133" }
thiserror = { version = "2.0.4" }
tokio = { version = "1.42.0", features = ["full"] }
tokio-tungstenite = "0.24.0"

Expand Down

0 comments on commit 9c9a86d

Please sign in to comment.