Removed version>= dependency for curl (#4892)

* Removed version>= dependency for curl

* removed another curl version check
This commit is contained in:
Larry Osterman 2023-08-17 11:28:58 -07:00 committed by GitHub
parent b108bf6235
commit 85d1a669e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -35,8 +35,7 @@
"default-features": false,
"features": [
"ssl"
],
"version>=": "7.48"
]
}
]
},

View File

@ -40,8 +40,7 @@
"default-features": false,
"features": [
"ssl"
],
"version>=": "7.48"
]
}
]
},