summaryrefslogtreecommitdiffstats
path: root/vendor/camino/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/camino/Cargo.toml')
-rw-r--r--vendor/camino/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/camino/Cargo.toml b/vendor/camino/Cargo.toml
index 1b2eb24d8..7bb01ed55 100644
--- a/vendor/camino/Cargo.toml
+++ b/vendor/camino/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "camino"
-version = "1.1.2"
+version = "1.1.4"
authors = [
"Without Boats <saoirse@without.boats>",
"Ashley Williams <ashley666ashley@gmail.com>",
@@ -53,6 +53,12 @@ version = "1"
features = ["derive"]
optional = true
+[dev-dependencies.bincode]
+version = "1"
+
+[dev-dependencies.serde_bytes]
+version = "0.11.8"
+
[features]
proptest1 = ["proptest"]
serde1 = ["serde"]