Skip to content

Commit

Permalink
feat: Update package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Jun 25, 2024
1 parent 4ff9e70 commit 481c101
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ publish = false

[dependencies]
dotenv = "0.15.0"
serde = "1.0.197"
async-trait = "0.1.58"
salvo = { version = "0.66.0", features=["cors"] }
tokio = { version = "1.36.0", features = ["macros"] }
serde_json = "1.0.114"
log = "0.4.20"
simple_logger = "4.3.3"
serde = "1.0.203"
async-trait = "0.1.80"
salvo = { version = "0.68.4", features=["cors"] }
tokio = { version = "1.38.0", features = ["macros"] }
serde_json = "1.0.118"
log = "0.4.21"
simple_logger = "5.0.0"
futures = "0.3.30"
rdkafka = "0.36.2"
opensearch = "2.2.0"
Expand Down

0 comments on commit 481c101

Please sign in to comment.