bump/tweak some deps

- spacepackets to 0.5.2 for include PartialEq fix
- paste: "1.0" to "1"
- delegate: Allow 0.8 and 0.9
This commit is contained in:
Robin Müller 2023-01-26 22:07:50 +01:00
parent 2bdbabf47e
commit 81ba7c7e79
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -13,8 +13,8 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
delegate = "0.8"
paste = "1.0"
delegate = ">=0.8, <0.10"
paste = "1"
embed-doc-image = "0.1"
[dependencies.dyn-clone]
@ -53,7 +53,7 @@ default-features = false
optional = true
[dependencies.spacepackets]
version = "0.5.1"
version = "0.5.2"
# path = "../spacepackets"
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
# rev = "..."