Skip to content

Commit

Permalink
Bump dev dependency versions of i2cdev and env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Oct 31, 2024
1 parent 5da7bc1 commit 0404a50
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 @@ -19,9 +19,9 @@ log = "0.4"
serde = { version = "1.0", optional = true, default-features = false }

[dev-dependencies]
env_logger = "0.9"
env_logger = "0.11"
futures = { version = "0.3" }
i2cdev = "0.5"
i2cdev = "0.6"
influx_db_client = { version = "0.5", default-features= false, features = ["rustls-tls"] }
tokio = {version = "1.5", features = ["full"] }
url = "2.1"
Expand Down

0 comments on commit 0404a50

Please sign in to comment.