aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Dillon <william@housedillon.com>2025-11-08 13:45:46 +0000
committerWill Dillon <william@housedillon.com>2025-11-08 13:45:46 +0000
commitabf3f415aa2cbec3c3ee5801daa7b048ef163303 (patch)
tree42f8b4f18f031b94b770f6aece9c54b9e8f52822
parentDon't inclide vscode files in publication (diff)
downloadmeshcore-rs-abf3f415aa2cbec3c3ee5801daa7b048ef163303.tar.gz
meshcore-rs-abf3f415aa2cbec3c3ee5801daa7b048ef163303.zip
Set explicit versions
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 947c364..cbb0c08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,10 @@ categories = ["embedded", "config", "encoding", "network-programming", "parser-i
exclude = [".vscode"]
[dependencies]
-hex = "*"
-tokio-util = "*"
-structdiff = { version = "*", features = ["debug_diffs"] }
-chrono = "*"
+hex = "0.4"
+tokio-util = "0.7"
+structdiff = { version = "0.7", features = ["debug_diffs"] }
+chrono = "0.4"
# Crypto functions needed for packet signatures and (en|de)cryption
sha2 = { version = "0.10", default-features = false }
@@ -31,7 +31,7 @@ pcap-file = { version = "2.0.0", optional = true }
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "rt", "fs", "full"], optional = true }
# Serde stuff for loading config files and saving packet dissections
-serde = { version = "*", features = ["derive", "rc"]}
+serde = { version = "1.0", features = ["derive", "rc"]}
color-eyre = "0.6.5"
pretty_env_logger = "0.5.0"
clap = { version = "4.5.51", features = ["derive"] }