Upgraded to actix-web 4, rust 1.80

This commit is contained in:
2024-08-10 22:21:34 +02:00
parent 41a02a1d5c
commit edb78d5fb4
11 changed files with 1071 additions and 1392 deletions

2443
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ members = [
]
[profile.release]
lto = true
#lto = true
#debug = true
[patch.crates-io]

View File

@@ -1,2 +1,2 @@
[toolchain]
channel = "1.42.0"
channel = "1.80.0"