Skip to content

Commit

Permalink
bump outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Oct 30, 2023
1 parent aa81428 commit 07ebfc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"

[dependencies]
bit_field = "0.10.0"
num_enum = { version = "0.5", default-features = false }
num_enum = { version = "0.7", default-features = false }
heapless = { version = "0.7", features = ["serde"] }
log = {version = "0.4", optional = true}
embedded-time = "0.12"
Expand All @@ -32,6 +32,6 @@ unsecure = []

[dev-dependencies]
log = "0.4"
env_logger = "0.7"
env_logger = "0.10"
std-embedded-nal = "0.2"
std-embedded-time = "0.1"

0 comments on commit 07ebfc1

Please sign in to comment.