Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent 1698d12 commit e1c4e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "Sun"
path = "Source/Sun.rs"

[build-dependencies]
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134" }
toml = { version = "0.8.19" }

[dependencies]
Echo = { version = "0.0.1", path = "../Echo" }
async-trait = "0.1.83"
async-trait = "0.1.85"
futures = { version = "0.3.31" }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0" }
tokio-tungstenite = "0.26.1"
unbug = { version = "0.4.0" }
Expand Down

0 comments on commit e1c4e49

Please sign in to comment.