diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ff39a91..0345c37 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1489,7 +1489,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pi-server" -version = "1.10.1" +version = "1.12.0" dependencies = [ "anyhow", "async-stream", @@ -1505,7 +1505,7 @@ dependencies = [ "local-ip-address", "mime_guess", "qrcode", - "rand 0.10.0", + "rand 0.10.1", "reqwest", "rusqlite", "rust-embed", @@ -1704,9 +1704,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 734b6f6..9de711b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.44", features = ["serde"] } hostname = "0.4.2" local-ip-address = "0.6.10" qrcode = "0.14.1" -rand = "0.10.0" +rand = "0.10.1" rusqlite = { version = "0.39.0", features = ["bundled"] } futures-core = "0.3" futures-util = "0.3"