From 91c9f8dd9ea3eab289c57e966ce08b7ab4f166a7 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Mon, 29 Jul 2024 22:39:05 +0200 Subject: [PATCH] Update dev-dependencies (#269) * Update pre-commit hooks * Update dev-dependencies --- .pre-commit-config.yaml | 2 +- Cargo.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f17ba0d..e594ff55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3df2bdfa..c9cea5d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ 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", @@ -51,13 +51,13 @@ tokio = { version = "1.35.1", default-features = false, features = [ "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"]