Mercurial > crates > systemd-socket
comparison Cargo.toml @ 10:c9f42be465ca
Decrease version requirement for serde
This is what `electrs` uses. We could probably lower it more, I don't
have the time to figure out how much right now. PRs welcome.
| author | Martin Habovstiak <martin.habovstiak@gmail.com> |
|---|---|
| date | Sun, 29 Nov 2020 14:04:48 +0100 |
| parents | 4fb70ca820a6 |
| children | 4479770c2275 |
comparison
equal
deleted
inserted
replaced
| 9:4fb70ca820a6 | 10:c9f42be465ca |
|---|---|
| 12 [target.'cfg(target_os = "linux")'.dependencies] | 12 [target.'cfg(target_os = "linux")'.dependencies] |
| 13 libsystemd = "0.2.1" | 13 libsystemd = "0.2.1" |
| 14 | 14 |
| 15 [dependencies] | 15 [dependencies] |
| 16 thiserror = "1.0.22" | 16 thiserror = "1.0.22" |
| 17 serde_crate = { package = "serde", version = "1.0.117", optional = true, features = ["derive"] } | 17 serde_crate = { package = "serde", version = "1.0.116", optional = true, features = ["derive"] } |
| 18 serde_str_helpers = { version = "0.1.2", optional = true } | 18 serde_str_helpers = { version = "0.1.2", optional = true } |
| 19 parse_arg = { version = "0.1.4", optional = true } | 19 parse_arg = { version = "0.1.4", optional = true } |
| 20 lazy_static = "1.4.0" | 20 lazy_static = "1.4.0" |
| 21 tokio_0_2 = { package = "tokio", version = "0.2", optional = true, features = ["tcp", "dns"] } | 21 tokio_0_2 = { package = "tokio", version = "0.2", optional = true, features = ["tcp", "dns"] } |
| 22 tokio_0_3 = { package = "tokio", version = "0.3", optional = true, features = ["net"] } | 22 tokio_0_3 = { package = "tokio", version = "0.3", optional = true, features = ["net"] } |
