summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a60dcf89..35adf57fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,9 +105,9 @@ rusqlite = { version = "=0.28.0", features = ["unlock_notify", "bundled"] }
rustls = "0.20.5"
rustls-pemfile = "1.0.0"
semver = "=1.0.14"
-serde = { version = "=1.0.149", features = ["derive"] }
+serde = { version = "1.0.149", features = ["derive"] }
serde_bytes = "0.11"
-serde_json = "=1.0.85"
+serde_json = "1.0.85"
serde_repr = "=0.1.9"
sha2 = { version = "0.10.6", features = ["oid"] }
smallvec = "1.8"