Skip to content

Commit

Permalink
editoast: add tls feature to redis
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Amsallem <[email protected]>
  • Loading branch information
flomonster committed Feb 6, 2025
1 parent 716e6c8 commit b1036ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editoast/Cargo.lock

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

5 changes: 5 additions & 0 deletions editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ pathfinding = "4.14.0"
postgis_diesel.workspace = true
rand.workspace = true
rangemap.workspace = true
# Make sure to use the same version as deadpool-redis
redis = { version = "0.27", default-features = false, features = [
"tokio-comp",
"tokio-native-tls-comp",
] }
regex.workspace = true
reqwest.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit b1036ac

Please sign in to comment.