diff options
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 34b8ebb67..3ba495e59 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -9,12 +9,12 @@ embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", | |||
| 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } |
| 10 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b9d21136c5f58b2eaa1b78479", default-features = false } | 10 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b9d21136c5f58b2eaa1b78479", default-features = false } |
| 11 | 11 | ||
| 12 | async-io = "1.3.1" | 12 | async-io = "1.6.0" |
| 13 | env_logger = "0.8.2" | 13 | env_logger = "0.9.0" |
| 14 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 14 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 15 | log = "0.4.11" | 15 | log = "0.4.14" |
| 16 | nix = "0.21.0" | 16 | nix = "0.22.1" |
| 17 | libc = "0.2.81" | 17 | libc = "0.2.101" |
| 18 | clap = { version = "3.0.0-beta.2", features = ["derive"] } | 18 | clap = { version = "3.0.0-beta.4", features = ["derive"] } |
| 19 | rand_core = { version = "0.6.0", features = ["std"] } | 19 | rand_core = { version = "0.6.3", features = ["std"] } |
| 20 | heapless = { version = "0.7.1", default-features = false } | 20 | heapless = { version = "0.7.5", default-features = false } |
