Skip to content

Commit 31d35df

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5d55f48 + cf71fbb commit 31d35df

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ diesel_migrations = "2.0.0"
3131
actix-files = "0.6.2"
3232
actix-web = {version="4.3.0", features=["rustls"]}
3333
jsonwebtoken = {version="8.2.0"}
34-
log = "0.4.17"
34+
log = "0.4.18"
3535
futures-util = "0.3.28"
3636
opml = "1.1.5"
3737
rand = "0.8.5"
@@ -48,7 +48,7 @@ utoipa = { version = "3", features = ["actix_extras"] }
4848
futures = "0.3.28"
4949
utoipa-swagger-ui = {version = "3", features = ["actix-web"] }
5050
clokwerk= "0.4.0"
51-
tokio = {version = "1.28.1", features = ["full"]}
51+
tokio = {version = "1.28.2", features = ["full"]}
5252
serde = "1.0.163"
5353
serde_derive = "1.0.152"
5454
sysinfo = {version = "0.29.0", features = ["serde"]}

0 commit comments

Comments
 (0)