From b332afe7e92caf2703334c00dabf72fb4f279869 Mon Sep 17 00:00:00 2001 From: Dusko Ojdanic Date: Mon, 5 Oct 2020 00:13:24 +0200 Subject: [PATCH] Updated dependencies: ie. rayon 1.1 -> 1.4.1 (#151) --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a04bc3f..5a61a60 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coepi_core" -version = "0.1.35" +version = "0.1.36" authors = ["theseriousadult , ivanschuetz , duskoo "] edition = "2018" @@ -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] @@ -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"