fix password

This commit is contained in:
John Smith
2023-05-27 18:07:24 +01:00
parent 3b96f75c94
commit 699c0db3db
6 changed files with 55 additions and 26 deletions

30
Cargo.lock generated
View File

@@ -767,12 +767,27 @@ dependencies = [
"cmake",
]
[[package]]
name = "bugsalot"
version = "0.2.2"
dependencies = [
"libc",
]
[[package]]
name = "bugsalot"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc12a55e9bd3840279c248c96ecf541d5ba98d6654e08869fe167121384a582c"
[[package]]
name = "bugsalot"
version = "0.2.2"
source = "git+https://github.com/crioux/bugsalot.git#336a7053faadf990b9362edf5752ef34fa1f9615"
dependencies = [
"libc",
]
[[package]]
name = "bumpalo"
version = "3.12.2"
@@ -2122,9 +2137,9 @@ dependencies = [
[[package]]
name = "gen_ops"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f41347f4fa32183c2549b86daf6b6b12a26029a77463e25358f7287580b088b"
checksum = "e7c56cad8ee78109d547e40bf4ad78968a25157e7963d799d79921655629825a"
[[package]]
name = "generic-array"
@@ -4243,8 +4258,9 @@ dependencies = [
[[package]]
name = "range-set-blaze"
version = "0.1.4"
source = "git+https://github.com/crioux/range-set-blaze.git#102c239382a8c79414dcf1257923ac2fe4772342"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef51566f3ed218c92f4711b54af1c68c4f0c43935d31d216f9cc31b30af6ec64"
dependencies = [
"gen_ops",
"itertools",
@@ -6033,7 +6049,7 @@ version = "0.1.0"
dependencies = [
"async-std",
"async-tungstenite 0.8.0",
"bugsalot",
"bugsalot 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp",
"capnp-rpc",
"capnpc",
@@ -6075,7 +6091,7 @@ dependencies = [
"async_executors",
"backtrace",
"blake3",
"bugsalot",
"bugsalot 0.2.2 (git+https://github.com/crioux/bugsalot.git)",
"capnp",
"capnpc",
"cfg-if 1.0.0",
@@ -6199,7 +6215,7 @@ dependencies = [
"async-std",
"async-tungstenite 0.22.1",
"backtrace",
"bugsalot",
"bugsalot 0.2.2",
"capnp",
"capnp-rpc",
"capnpc",