3 Commits

Author SHA1 Message Date
22fe694916 Update Rust crate rand to 0.10.0-rc.5
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-12 00:15:56 +00:00
cb06524706 Merge pull request 'Update dependency @typescript-eslint/eslint-plugin to ^8.46.4' (#359) from renovate/typescript-eslint-eslint-plugin-8.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-11 00:18:22 +00:00
517b6a2575 Update dependency @typescript-eslint/eslint-plugin to ^8.46.4
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-11 00:18:14 +00:00
3 changed files with 16 additions and 9 deletions

View File

@@ -669,7 +669,7 @@ dependencies = [
"openssl",
"openssl-sys",
"prettytable-rs",
"rand 0.10.0-rc.0",
"rand 0.10.0-rc.5",
"reqwest",
"rust-embed",
"semver",
@@ -692,13 +692,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chacha20"
version = "0.10.0-rc.2"
version = "0.10.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd162f2b8af3e0639d83f28a637e4e55657b7a74508dba5a9bf4da523d5c9e9"
checksum = "99cbf41c6ec3c4b9eaf7f8f5c11a72cd7d3aa0428125c20d5ef4d09907a0f019"
dependencies = [
"cfg-if",
"cpufeatures",
"rand_core 0.9.3",
"rand_core 0.10.0-rc-2",
]
[[package]]
@@ -2522,12 +2522,13 @@ dependencies = [
[[package]]
name = "rand"
version = "0.10.0-rc.0"
version = "0.10.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ec474812b9de55111b29da8a1559f1718ef3dc20fa36f031f1b5d9e3836ad6c"
checksum = "be866deebbade98028b705499827ad6967c8bb1e21f96a2609913c8c076e9307"
dependencies = [
"chacha20",
"rand_core 0.9.3",
"getrandom 0.3.2",
"rand_core 0.10.0-rc-2",
]
[[package]]
@@ -2568,6 +2569,12 @@ dependencies = [
"getrandom 0.3.2",
]
[[package]]
name = "rand_core"
version = "0.10.0-rc-2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104a23e4e8b77312a823b6b5613edbac78397e2f34320bc7ac4277013ec4478e"
[[package]]
name = "redox_syscall"
version = "0.5.10"

View File

@@ -21,7 +21,7 @@ futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.24", features = ["json"] }
serde_json = "1.0.145"
rand = "0.10.0-rc.0"
rand = "0.10.0-rc.5"
actix = "0.13.5"
actix-identity = "0.9.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }

View File

@@ -31,7 +31,7 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.39.1",