Skip to content

Commit

Permalink
Merge branch 'features/cache' of github.com:thuan2172001/rust-api-ser…
Browse files Browse the repository at this point in the history
…ver into features/cache
  • Loading branch information
thuan2172001 committed Apr 29, 2024
2 parents 10ef954 + af498b1 commit 5ed3a2f
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 121 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "../common"
version = "2.1.0"

[dependencies.async-trait]
version = "0.1.77"
version = "0.1.80"

[dependencies.deadpool-diesel]
version = "0.6.0"
Expand All @@ -37,15 +37,15 @@ version = "1.0"
features = ["derive"]

[dependencies.testcontainers-modules]
version = "0.3.4"
version = "0.3.7"
features = ["postgres"]

[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[dependencies.anyhow]
version = "1.0.80"
version = "1.0.82"

[dependencies.tonic]
version = "0.11.0"
Expand Down
Loading

0 comments on commit 5ed3a2f

Please sign in to comment.