summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-06 21:24:10 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-10-06 21:24:10 +0200
commit1e325cb2643388601c292f329c901b311410bd48 (patch)
tree3ad7d1639d4c8606d1c4affc1d3b6c83745f38ab
parent2ca9d69f761771f5440dccf66f9b3cf1c951b74f (diff)
Bump memsec to 0.6
-rw-r--r--Cargo.lock11
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--ipc/Cargo.toml2
-rw-r--r--openpgp-ffi/Cargo.toml2
-rw-r--r--openpgp/Cargo.toml2
5 files changed, 6 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d9b425fe..75452cf9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1126,12 +1126,6 @@ dependencies = [
]
[[package]]
-name = "mach_o_sys"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
-
-[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1160,13 +1154,12 @@ dependencies = [
[[package]]
name = "memsec"
-version = "0.5.7"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0cb9280f8c37546661083aa45eb0318d8469253d31e87649faed25522428398e"
+checksum = "2af4f95d8737f4ffafbd1fb3c703cdc898868a244a59786793cba0520ebdcbdd"
dependencies = [
"getrandom",
"libc",
- "mach_o_sys",
"winapi 0.3.9",
]
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 295fdd84..6097ba45 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -30,7 +30,7 @@ sequoia-net = { path = "../net", version = "0.19" }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
-memsec = "0.5.6"
+memsec = "0.6"
native-tls = "0.2.0"
tokio-core = "0.1"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 02a987d7..ca029b20 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -31,7 +31,7 @@ futures = "0.1"
lalrpop-util = "0.19"
lazy_static = "1.3"
libc = "0.2.33"
-memsec = "0.5.6"
+memsec = "0.6"
rand = { version = "0.7", default-features = false }
tempfile = "3.0"
thiserror = "1"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 565d5526..9d612070 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -27,7 +27,7 @@ sequoia-openpgp = { path = "../openpgp", version = "0.19" }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
-memsec = "0.5.6"
+memsec = "0.6"
[dev-dependencies]
filetime = "0.2"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 13e0a67a..e8cfac8b 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -36,7 +36,7 @@ idna = "0.2"
lalrpop-util = "0.19"
lazy_static = "1.3"
libc = "0.2"
-memsec = "0.5.6"
+memsec = "0.6"
nettle = { version = "7", optional = true }
regex = "1"
thiserror = "1"