use uuid as session id

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-06 07:39:44 +08:00
parent 71838ad821
commit 2ececed0c1
36 changed files with 706 additions and 546 deletions

3
Cargo.lock generated
View File

@@ -58,6 +58,7 @@ dependencies = [
"anyhow",
"atomic",
"chrono",
"uuid",
]
[[package]]
@@ -2103,6 +2104,7 @@ dependencies = [
"log",
"parking_lot",
"threadpool",
"uuid",
"wasm-bindgen",
"web-sys",
]
@@ -2878,6 +2880,7 @@ dependencies = [
"tokio-socks",
"tokio-util",
"toml 0.7.3",
"uuid",
"winapi 0.3.9",
"zstd 0.12.3+zstd.1.5.2",
]