diff --git a/Cargo.toml b/Cargo.toml index acdb307..00d6e89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ repository = "https://github.com/smessmer/binary-layout" version = "3.2.0" [dependencies] -doc-comment = "^0.3.3" -paste = "^1.0.9" +doc-comment = "^0.3" +paste = "^1.0" [dev-dependencies] -rand = "^0.8.5" +rand = "^0.8" [features] default = ["std"]