diff options
| author | Paweł Jan Czochański <[email protected]> | 2023-01-18 10:10:33 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-01-19 14:44:01 +0100 |
| commit | 8f4fae9b36f017a8ab65491ef49b72499a9486dc (patch) | |
| tree | d5bd2b0df691d7602507093426c3ee5a498c8c5f /examples/std/Cargo.toml | |
| parent | 2eae12b7f1cbe38d850ebf30f23a776323815af6 (diff) | |
Add smoltcp dhcp socket configuration
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 45b2a4a4f..af1481e08 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -17,7 +17,7 @@ async-io = "1.6.0" | |||
| 17 | env_logger = "0.9.0" | 17 | env_logger = "0.9.0" |
| 18 | futures = { version = "0.3.17" } | 18 | futures = { version = "0.3.17" } |
| 19 | log = "0.4.14" | 19 | log = "0.4.14" |
| 20 | nix = "0.22.1" | 20 | nix = "0.26.2" |
| 21 | libc = "0.2.101" | 21 | libc = "0.2.101" |
| 22 | clap = { version = "3.0.0-beta.5", features = ["derive"] } | 22 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 23 | rand_core = { version = "0.6.3", features = ["std"] } | 23 | rand_core = { version = "0.6.3", features = ["std"] } |
