Skip to content

Commit

Permalink
fix: merge from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
caiq1nyu committed Sep 20, 2023
2 parents ca83b36 + abc133b commit 2db02de
Show file tree
Hide file tree
Showing 477 changed files with 18,522 additions and 2,299 deletions.
111 changes: 84 additions & 27 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async-mutex = "1.4.0"
project-root = "0.2.2"
strum = { version = "0.24.1", features = ["derive"] }
regex = "1.5.4"
rdkafka = "0.29.0"
rdkafka = "0.34.0"
kafka = "0.9.0"
reqwest = "0.11.16"
rusoto_core = "0.48.0"
Expand All @@ -52,4 +52,7 @@ rusoto_credential = "0.48.0"
uuid = { version = "1.3.1", features = ["v4"] }
nom = "7.1.3"
mongodb = { version = "2.5.0" }
dotenv = "0.15.0"
dotenv = "0.15.0"
redis = { version = "0.23.1", features = ["tokio-comp"] }
thiserror = "1.0.44"
async-std = "1.12.0"
4 changes: 3 additions & 1 deletion dt-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ futures = { workspace = true }
serde_yaml = { workspace = true }
regex = { workspace = true }
nom = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true }
thiserror = { workspace = true }
kafka = { workspace = true }
Loading

0 comments on commit 2db02de

Please sign in to comment.