Skip to content

Commit

Permalink
Update dev-dependencies (#269)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks

* Update dev-dependencies
  • Loading branch information
uklotzde authored Jul 29, 2024
1 parent 4fa2099 commit 91c9f8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ tokio-util = { version = "0.7.10", optional = true, default-features = false, fe
] }

[dev-dependencies]
anyhow = "1.0.79"
env_logger = "0.10.2"
anyhow = "1.0.86"
env_logger = "0.11.5"
futures = "0.3.30"
tokio = { version = "1.35.1", default-features = false, features = [
"macros",
"rt-multi-thread",
"time",
] }
tokio-serial = { version = "5.4.4", default-features = false }
rustls-pemfile = "2.1.1"
tokio-rustls = "0.25.0"
rustls-pemfile = "2.1.2"
tokio-rustls = { version = "0.26.0", default-features = false }
pkcs8 = { version = "0.10.2", features = ["encryption", "pem", "std"] }
pem = "3.0.3"
pem = "3.0.4"
webpki = "0.22.4"
pki-types = { package = "rustls-pki-types", version = "1" }
rustls = "0.22.3"
rustls = { version = "0.23.12", default-features = false, features = ["std"] }

[features]
default = ["rtu", "tcp"]
Expand Down

0 comments on commit 91c9f8d

Please sign in to comment.