summaryrefslogtreecommitdiff
path: root/examples/stm32g0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-09-11 00:10:46 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-09-11 01:35:23 +0200
commitf2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch)
treeb2b97c894dc78a907455a6718b9122d461ec87e5 /examples/stm32g0
parent9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff)
downloadembassy-f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e.zip
Update lots of deps
Diffstat (limited to 'examples/stm32g0')
-rw-r--r--examples/stm32g0/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/stm32g0/Cargo.toml b/examples/stm32g0/Cargo.toml
index 83f535b9..58a62f7b 100644
--- a/examples/stm32g0/Cargo.toml
+++ b/examples/stm32g0/Cargo.toml
@@ -22,13 +22,13 @@ embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features =
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "time-driver-tim2", "stm32g071rb", "unstable-pac"] }
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
-defmt = "0.2.0"
+defmt = "0.2.3"
defmt-rtt = "0.2.0"
-cortex-m = "0.7.1"
+cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
-embedded-hal = { version = "0.2.4" }
-panic-probe = { version = "0.2.0", features= ["print-defmt"] }
-futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
-rtt-target = { version = "0.3", features = ["cortex-m"] }
-heapless = { version = "0.7.1", default-features = false }
+embedded-hal = "0.2.6"
+panic-probe = { version = "0.2.0", features = ["print-defmt"] }
+futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
+rtt-target = { version = "0.3.1", features = ["cortex-m"] }
+heapless = { version = "0.7.5", default-features = false }