Skip to content

Commit

Permalink
update rusttls version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Nov 27, 2024
1 parent 8b42fe4 commit a07cb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ aes-kw = { version = "0.2.1", features = ["std"], optional = true}
rsa = { version = "0.6.1", default = true, optional = true}
rand = { version = "0.7", optional = true}
aes-gcm = { version = "0.10.1", optional = true}
rustls = { version = "0.23.15", features = ["ring"] }
rustls = { version = "0.23.18", features = ["ring"] }

[dev-dependencies]
abscissa_core = { version = "0.7", features = ["testing"] }
Expand Down

0 comments on commit a07cb70

Please sign in to comment.