Skip to content

Commit

Permalink
Merge pull request #30 from hapsoc/cargo-upgrade
Browse files Browse the repository at this point in the history
chore: Upgrade dependencies
  • Loading branch information
fasterthanlime authored Oct 2, 2023
2 parents 162459b + ad45bb7 commit 2ac528a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Configures kTLS for tokio-rustls client and server connections.

[dependencies]
libc = { version = "0.2.148", features = ["const-extern-fn"] }
thiserror = "1.0.40"
thiserror = "1.0.49"
tracing = "0.1.37"
tokio-rustls = "0.24.1"
rustls = { version = "0.21.1", features = ["secret_extraction"] }
smallvec = "1.10.0"
rustls = { version = "0.21.7", features = ["secret_extraction"] }
smallvec = "1.11.1"
memoffset = "0.9.0"
pin-project-lite = "0.2.9"
tokio = { version = "1.28.2", features = ["net", "macros", "io-util"] }
pin-project-lite = "0.2.13"
tokio = { version = "1.32.0", features = ["net", "macros", "io-util"] }
futures = "0.3.28"
ktls-sys = "1.0.0"
ktls-recvmsg = { version = "0.1.1" }

[dev-dependencies]
const-random = "0.1.15"
rcgen = "0.10.0"
socket2 = "0.5.3"
tokio = { version = "1.28.2", features = ["full"] }
rcgen = "0.11.3"
socket2 = "0.5.4"
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

0 comments on commit 2ac528a

Please sign in to comment.