Skip to content

Commit

Permalink
Updated dependencies: ie. rayon 1.1 -> 1.4.1 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
duskoo authored Oct 4, 2020
1 parent ff0cefc commit b332afe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coepi_core"
version = "0.1.35"
version = "0.1.36"
authors = ["theseriousadult <[email protected]>, ivanschuetz <[email protected]>, duskoo <[email protected]>"]
edition = "2018"

Expand All @@ -9,20 +9,20 @@ name = "coepi_core"
crate-type = ["staticlib", "cdylib"]

[dependencies]
once_cell = "1.3.1"
cbindgen = "0.9.0"
once_cell = "1.4.0"
cbindgen = "0.14.3"
serde_json = "1.0"
serde = "1.0"
log = "0.4.8"
base64 = "0.12.1"
base64 = "0.13.0"
chrono = "0.4"
parking_lot = "0.10.2"
parking_lot = "0.11.0"
uuid = { version = "0.8.1", features = ["v4"] }
rand = "0.7"
hex = "0.4.2"
serde-big-array = "0.3.0"
rayon = "1.1"
rusqlite = {version = "0.23.1", features = ["bundled", "vtab", "array"]}
rayon = "1.4.1"
rusqlite = {version = "0.24.0", features = ["bundled", "vtab", "array"]}
timer = "0.2.0"

[dependencies.reqwest]
Expand All @@ -33,10 +33,10 @@ features = ["blocking", "json", "rustls-tls"]

[target.'cfg(any(target_os="ios", target_os="macos"))'.dependencies]
libc = "0.2"
core-foundation = "0.6.2"
core-foundation = "0.9.0"

[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.16", default-features = false }
jni = { version = "0.17.0", default-features = false }

[dependencies.tcn]
git = "https://github.com/TCNCoalition/TCN.git"
Expand Down

0 comments on commit b332afe

Please sign in to comment.