Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernaciak committed Sep 17, 2024
1 parent 2274bdf commit 9c79bbe
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 45 deletions.
146 changes: 103 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.38", features = ["serde"] }
bincode = "1.3.3"
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
tokio = { version = "1.39", features = ["rt-multi-thread"] }
reqwest = { version = "0.12.7", features = ["json", "rustls-tls", "rustls-tls-native-roots"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "full"] }
url = { version = "2.5", features = [] }
json = { version = "0.12" }
state = { version = "0.6"}
Expand Down
Loading

0 comments on commit 9c79bbe

Please sign in to comment.