diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-09-11 00:10:46 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-09-11 01:35:23 +0200 |
commit | f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch) | |
tree | b2b97c894dc78a907455a6718b9122d461ec87e5 /examples/rp | |
parent | 9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff) | |
download | embassy-f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e.zip |
Update lots of deps
Diffstat (limited to 'examples/rp')
-rw-r--r-- | examples/rp/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index db222e07..d168c39f 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml @@ -19,16 +19,16 @@ defmt-error = [] [dependencies] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } -atomic-polyfill = { version = "0.1.1" } +atomic-polyfill = "0.1.3" -defmt = "0.2.0" +defmt = "0.2.3" defmt-rtt = "0.2.0" -cortex-m = { version = "0.7.1", features = ["inline-asm"] } +cortex-m = { version = "0.7.3", features = ["inline-asm"] } cortex-m-rt = "0.7.0" -embedded-hal = { version = "0.2.4" } +embedded-hal = "0.2.6" panic-probe = { version = "0.2.0", features = ["print-defmt"] } -futures = { version = "0.3.8", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } +futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } display-interface-spi = "0.4.1" embedded-graphics = "0.7.1" st7789 = "0.6.1" |