Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Actix 0.13 APIs, Tokio 1.x, and fix OGN device DB download #439

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update r2d2_redis, serde, systemstat
  • Loading branch information
mologie committed May 8, 2023
commit 8d02f6388d7ae56efc9c116f8fc91721109e7f5e
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ itertools = "0.10"
lazy_static = "1.4.0"
log = "0.4"
pretty_env_logger = "0.4"
r2d2_redis = "0.13"
r2d2_redis = "0.14"
regex = "1"
sentry = { version = "0.20", features = ["default", "log", "env_logger"] }
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0"
systemstat = "0.1.11"
systemstat = "0.2.3"

[dev-dependencies]
approx = "0.5.1"