Skip to content

Commit

Permalink
update dependencies (#92)
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
pintariching authored Mar 16, 2024
1 parent b6d2ecf commit 1a4da0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
[dependencies]
volatile-register = "0.2"
aligned = "0.4"
stm32f7xx-hal = { version = "0.7.0", optional = true }
stm32f4xx-hal = { version = "0.14", optional = true }
stm32f7xx-hal = { version = "0.7", optional = true }
stm32f4xx-hal = { version = "0.20", optional = true }
stm32f4 = { version = "0.15", optional = true }
stm32f1xx-hal = { version = "0.10", optional = true }
ieee802_3_miim = "0.8"
Expand All @@ -32,7 +32,7 @@ defmt = { version = "0.3", optional = true }
futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true }

[dependencies.smoltcp]
version = "0.10"
version = "0.11"
default-features = false
optional = true

Expand Down Expand Up @@ -73,7 +73,7 @@ fugit = "0.3"
defmt-rtt = "0.4"
panic-probe = { version = "0.3", features = [ "print-defmt" ] }
systick-monotonic = "1.0"
smoltcp = { version = "0.10", features = [ "medium-ethernet", "proto-ipv4", "socket-udp", "socket-tcp", "defmt" ], default-features = false }
smoltcp = { version = "0.11", features = [ "medium-ethernet", "proto-ipv4", "socket-udp", "socket-tcp", "defmt" ], default-features = false }

[dev-dependencies.rtic]
package = "cortex-m-rtic"
Expand Down

0 comments on commit 1a4da0a

Please sign in to comment.