Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Dec 9, 2023
1 parent c7d4f10 commit 58e31d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ async-trait = "0.1.74"
clap = { version = "4.4.6", features = ["derive", "env"] }
dashmap = "5.5.3"
log = "0.4.20"
native-tls = "0.2.11"
once_cell = "1.18.0"
rand = "0.8.5"
reqwest = { version = "0.11.22" }
Expand All @@ -18,6 +17,7 @@ serde_json = "1.0.107"
serde_yaml = "0.9.25"
thiserror = "1.0.49"
tokio = { version = "1.34.0", features = ["full"] }
tokio-native-tls = "0.3.1"
tokio-util = "0.7.10"
tracing = "0.1.37"
tracing-log = { version = "0.1.3", features = ["env_logger"] }
Expand Down

0 comments on commit 58e31d2

Please sign in to comment.