Skip to content

Commit

Permalink
feat: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Mar 20, 2024
1 parent c825afd commit 47fd98a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Configures kTLS for tokio-rustls client and server connections.

[dependencies]
libc = { version = "0.2.153", features = ["const-extern-fn"] }
thiserror = "1.0.57"
thiserror = "1.0.58"
tracing = "0.1.40"
# main branch
tokio-rustls = { git = "https://github.com/rustls/tokio-rustls", rev = "caf4e8267f0e708a2bfc561dec98a842dc960ba6", default-features = false }
rustls = { version = "0.23.1", default-features = false }
rustls = { version = "0.23.2", default-features = false }
smallvec = "1.13.1"
memoffset = "0.9.0"
pin-project-lite = "0.2.13"
Expand All @@ -32,7 +32,7 @@ oorandom = "11.1.3"
rcgen = "0.12.1"
socket2 = "0.5.6"
test-case = "3.3.1"
thiserror = "1.0.57"
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 47fd98a

Please sign in to comment.