aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-16 10:26:39 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-16 10:26:39 +0000
commit39b1ad964e03ec813c27708b2b1f8e952dfe3f00 (patch)
tree79f6e7e1942b2f1d5ec098b4f09c8c91c322f516 /Cargo.toml
parent6e1638629897bbba01733f412a62762bb7e4cc3c (diff)
Lock dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1ecc6d..aa82567 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,6 @@ categories = ["command-line-utilities","network-programming","web-programming"]
[dependencies]
ureq = { version = "2.3.1", features = ["json"] }
clap = { version = "3.0.14", features = ["derive"] }
-serde = "*"
-serde_json = "*"
+serde = "1.0.130"
+serde_json = "1.0.70"
jsonformat = "1.2.0"