2 Commits

Author SHA1 Message Date
f4e8ba9be0 Merge pull request 'Update Rust crate openssl-sys to 0.9.112' (#470) from renovate/openssl-sys-0.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-18 00:34:21 +00:00
c36b1e4e93 Update Rust crate openssl-sys to 0.9.112
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-18 00:34:16 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ clap = { version = "4.5.60", features = ["derive", "env"] }
anyhow = "1.0.102"
thiserror = "2.0.18"
openssl = { version = "0.10.76" }
openssl-sys = "0.9.111"
openssl-sys = "0.9.112"
libc = "0.2.183"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"

View File

@@ -31,7 +31,7 @@
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^5.2.0",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
@@ -2393,9 +2393,9 @@
}
},
"node_modules/@vitejs/plugin-react": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz",
"integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==",
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
"integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2410,7 +2410,7 @@
"node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
}
},
"node_modules/acorn": {

View File

@@ -33,7 +33,7 @@
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^5.2.0",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",