Skip to content

Commit

Permalink
improve deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 6, 2023
1 parent b77cbe4 commit a64cf8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ base64 = "0.21"
rsa = { version = "0.9", default-features = false, features = ["pem", "sha2"] }
openssl-probe = "0.1"
sophia = { version = "0.8.0-alpha.3", git = "https://github.com/pchampin/sophia_rs.git", rev = "ec13628", features = ["jsonld"] }
# sophia = { version = "0.8.0-alpha.2", features = ["jsonld", "xml"] }
regex = "1.10"
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
chrono = "0.4"
futures = "0.3"
# rand = { version = "0.8", features = ["std_rng"], default-features = false }
chrono = "0.4.31"
getrandom = { version = "0.2", features = ["js"] }
rand_core = { version = "0.6", features = ["std"] }
# rand = { version = "0.8", features = ["std_rng"], default-features = false }
# log = { version = "0.0.2", features = ["std"] }

[dev-dependencies]
Expand All @@ -41,3 +39,4 @@ tokio = "1.34"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
futures = "0.3"
# The JSON-LD parser uses futures::block_on which creates conflict when running in tokio runtime

0 comments on commit a64cf8d

Please sign in to comment.