hsharpsoftware / sharepoint-rs

Sharepoint client for Rust
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Unable to import crate #1

Open arne-fuchs opened 3 months ago

arne-fuchs commented 3 months ago

I tried to add the library to Cargo.toml with following line: sharepoint = "0.3.0"

It results to following error: ~/IdeaProjects/SharePoint git:[master] cargo update Updating crates.io index error: failed to select a version for the requirement security-framework = "^0.1.9" candidate versions found which didn't match: 2.11.1, 2.11.0, 2.10.0, ... location searched: crates.io index required by package native-tls v0.1.0 ... which satisfies dependency native-tls = "^0.1" of package hyper-tls v0.1.2 ... which satisfies dependency hyper-tls = "^0.1.2" of package sharepoint v0.3.0 ... which satisfies dependency sharepoint = "^0.3.0" of package SharePoint v0.1.0 (/home/frank/IdeaProjects/SharePoint) if you are looking for the prerelease package it needs to be specified explicitly security-framework = { version = "2.8.0-beta.1" }

davidpodhola commented 2 months ago

Sorry, feel free to try to upgrade the dependencies.