summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-11-17 10:38:10 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-11-17 10:38:10 +0100
commit991c759dd710bab903baa32dff8dc1fc18e78e3b (patch)
tree43b9ccca69baeb845f06b972c4dfdfa97718d66c /Cargo.lock
parentdd7a558b0be9854d1efbf131bbd0e790b05cefaf (diff)
Bump subplot and subplotlib.
- Fixes a bug where subplot picks up the wrong binary by mistake.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock49
1 files changed, 43 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b3f06db2..0369fa99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1193,6 +1193,19 @@ dependencies = [
]
[[package]]
+name = "generator"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
+dependencies = [
+ "cc",
+ "libc",
+ "log",
+ "rustversion",
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1690,6 +1703,21 @@ dependencies = [
]
[[package]]
+name = "loom"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b2b9df80a3804094bf49bb29881d18f6f05048db72127e84e09c26fc7c2324f5"
+dependencies = [
+ "cfg-if 1.0.0",
+ "generator",
+ "scoped-tls",
+ "serde",
+ "serde_json",
+ "tracing",
+ "tracing-subscriber",
+]
+
+[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2693,6 +2721,12 @@ dependencies = [
]
[[package]]
+name = "scoped-tls"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
+
+[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3164,9 +3198,12 @@ dependencies = [
[[package]]
name = "state"
-version = "0.4.2"
+version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483"
+checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5"
+dependencies = [
+ "loom",
+]
[[package]]
name = "string_cache"
@@ -3213,9 +3250,9 @@ dependencies = [
[[package]]
name = "subplot"
-version = "0.3.0"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74492ae1e2e5a2d03f3069a8275fbf3a7f70367afa0e676e6bc5e6d1f08675a2"
+checksum = "65d57afec94b7e917e61086c76b881a98cd847d220d6d3df59c85d6baf63c640"
dependencies = [
"anyhow",
"base64",
@@ -3257,9 +3294,9 @@ dependencies = [
[[package]]
name = "subplotlib"
-version = "0.1.0"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cedc598d0368cd403919af8993079a8434c8e7d06ba21fdd2ed6f95d5b30164a"
+checksum = "5e0661abb26789a316d32dffb8728c8f19055977e31827e2d1817f3d55977f52"
dependencies = [
"base64",
"chrono",