Skip to content

Commit c8239e0

Browse files
committed
update
1 parent 795d8bd commit c8239e0

17 files changed

+607
-687
lines changed

Cargo.lock

+146-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name = "core"
66
version = "0.2.4"
77

88
[dependencies]
9-
#actix-web = "4.0.0-rc.2"
10-
actix-web = "4.0.1"
9+
pprof = { version = "0.7", features = ["protobuf-codec"] }
10+
actix-web = "4.0"
1111
actix-web-grants = "3.0.0-beta.6"
12-
actix-web-static-files = {version = "3.0.5", git = "https://github.com/enaut/actix-web-static-files.git"}
12+
actix-web-static-files = "4.0"
1313
anyhow = "1.0.51"
1414
async-channel = "1.6.1"
1515
base64 = "0.13.0"
@@ -26,17 +26,18 @@ human-panic = "1.0.3"
2626
jsonwebtoken = "7"
2727
lazy_static = "1.4.0"
2828
native-tls = "0.2.8"
29-
tokio-rustls = "0.23.2"
29+
3030
num_enum = "0.5.6"
3131
rand = "0.8.3"
3232
rand_chacha = "0.3.1"
33-
serde = {version = "1.0.130", features = ["derive"]}
34-
serde_derive = "1.0.0"
35-
serde_json = "1.0"
33+
serde = {version = "1", features = ["derive"]}
34+
serde_derive = "1"
35+
serde_json = "1"
3636
serde_millis = "0.1.1"
3737
serde_yaml = "0.8.23"
3838
static-files = "0.2.1"
3939
time = "*"
40+
tokio-rustls = "0.23.2"
4041
tokio = {version = "1.17.0", features = ["full"]}
4142
tokio-native-tls = "0.3.0"
4243
tracing = "0.1.30"
@@ -45,7 +46,6 @@ tracing-subscriber = "0.3.3"
4546
aes-gcm = "0.9.4"
4647

4748
[build-dependencies]
48-
actix-web-static-files = {version = "3.0.5", git = "https://github.com/enaut/actix-web-static-files.git"}
4949
static-files = "0.2.1"
5050
vergen = "0.1"
5151

0 commit comments

Comments
 (0)