|
@@ -10,7 +10,7 @@ edition = "2018"
|
|
|
serde_json = "1"
|
|
|
openssl = "0.10"
|
|
|
dotenv = "0.15"
|
|
|
-reqwest = { version = "0.10", features = ["json", "blocking"] }
|
|
|
+reqwest = { version = "0.11.4", features = ["json", "blocking"] }
|
|
|
regex = "1"
|
|
|
lazy_static = "1"
|
|
|
log = "0.4"
|
|
@@ -21,19 +21,19 @@ parser = { path = "parser" }
|
|
|
rust_team_data = { git = "https://github.com/rust-lang/team" }
|
|
|
glob = "0.3.0"
|
|
|
toml = "0.5.1"
|
|
|
-hyper = "0.13"
|
|
|
-tokio = { version = "0.2", features = ["macros", "time"] }
|
|
|
+hyper = { version = "0.14.4", features = ["server", "stream"]}
|
|
|
+tokio = { version = "1.7.1", features = ["macros", "time", "rt"] }
|
|
|
futures = { version = "0.3", default-features = false, features = ["std"] }
|
|
|
async-trait = "0.1.31"
|
|
|
uuid = { version = "0.8", features = ["v4"] }
|
|
|
url = "2.1.0"
|
|
|
once_cell = "1"
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
-tokio-postgres = { version = "0.5", features = ["with-chrono-0_4"] }
|
|
|
-postgres-native-tls = "0.3"
|
|
|
+tokio-postgres = { version = "0.7.2", features = ["with-chrono-0_4"] }
|
|
|
+postgres-native-tls = "0.5.0"
|
|
|
native-tls = "0.2"
|
|
|
serde_path_to_error = "0.1.2"
|
|
|
-octocrab = "0.5"
|
|
|
+octocrab = "0.9.1"
|
|
|
comrak = "0.8.2"
|
|
|
route-recognizer = "0.3.0"
|
|
|
|