Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Oct 8, 2023
1 parent b610310 commit e7b5b03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 89 deletions.
108 changes: 21 additions & 87 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 @@ -10,7 +10,7 @@ serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.28", features = ["rt", "rt-multi-thread"] }
anyhow = "1.0"
flexi_logger = "0.25"
flexi_logger = "0.27"
log = "0.4"
warp = "0.3"
chrono = "0.4"
Expand All @@ -26,4 +26,4 @@ features = ["client", "gateway", "rustls_backend", "model", "cache"]
[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["rustls-tls", "json"]
features = ["rustls-tls", "json"]

0 comments on commit e7b5b03

Please sign in to comment.