Compare commits
2 Commits
b2972ac73f
...
a4cadf14a0
Author | SHA1 | Date | |
---|---|---|---|
a4cadf14a0 | |||
406a920d7e |
8
central_backend/Cargo.lock
generated
8
central_backend/Cargo.lock
generated
@ -1867,9 +1867,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.171"
|
version = "0.2.172"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libredox"
|
name = "libredox"
|
||||||
@ -2942,9 +2942,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.44.1"
|
version = "1.44.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -13,7 +13,7 @@ anyhow = "1.0.98"
|
|||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
openssl = { version = "0.10.72" }
|
openssl = { version = "0.10.72" }
|
||||||
openssl-sys = "0.9.107"
|
openssl-sys = "0.9.107"
|
||||||
libc = "0.2.171"
|
libc = "0.2.172"
|
||||||
foreign-types-shared = "0.1.1"
|
foreign-types-shared = "0.1.1"
|
||||||
asn1 = "0.21"
|
asn1 = "0.21"
|
||||||
actix-web = { version = "4.10.2", features = ["openssl"] }
|
actix-web = { version = "4.10.2", features = ["openssl"] }
|
||||||
@ -32,7 +32,7 @@ futures-util = "0.3.31"
|
|||||||
uuid = { version = "1.11.0", features = ["v4", "serde"] }
|
uuid = { version = "1.11.0", features = ["v4", "serde"] }
|
||||||
semver = { version = "1.0.26", features = ["serde"] }
|
semver = { version = "1.0.26", features = ["serde"] }
|
||||||
lazy-regex = "3.4.1"
|
lazy-regex = "3.4.1"
|
||||||
tokio = { version = "1.40.0", features = ["full"] }
|
tokio = { version = "1.44.2", features = ["full"] }
|
||||||
tokio_schedule = "0.3.2"
|
tokio_schedule = "0.3.2"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
rust-embed = "8.6.0"
|
rust-embed = "8.6.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user