3 Commits

Author SHA1 Message Date
79ff0100c6 Update Rust crate openssl-sys to 0.9.111
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-12 00:15:53 +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
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ clap = { version = "4.5.51", features = ["derive", "env"] }
anyhow = "1.0.100" anyhow = "1.0.100"
thiserror = "2.0.17" thiserror = "2.0.17"
openssl = { version = "0.10.75" } openssl = { version = "0.10.75" }
openssl-sys = "0.9.110" openssl-sys = "0.9.111"
libc = "0.2.177" libc = "0.2.177"
foreign-types-shared = "0.1.1" foreign-types-shared = "0.1.1"
asn1 = "0.23.0" asn1 = "0.23.0"

View File

@@ -31,7 +31,7 @@
"@types/react": "^19.2.2", "@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.2",
"@types/semver": "^7.7.1", "@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", "@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^5.1.0", "@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.39.1", "eslint": "^9.39.1",