mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 20:55:11 +00:00
chore: update rustls
This commit is contained in:
parent
24e3d0ae57
commit
11fd5a049a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2063,9 +2063,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.23.27"
|
||||
version = "0.23.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
|
||||
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
|
||||
dependencies = [
|
||||
"aws-lc-rs",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ http-body-util = "0.1.3"
|
|||
menv = "0.2.7"
|
||||
oauth2 = "5.0.0"
|
||||
redact = "0.1.10"
|
||||
rustls = "0.23.27"
|
||||
rustls = "0.23.28"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
slack-morphism = { version = "2.12.0", features = ["axum"] }
|
||||
sqlx = { version = "0.8.6", features = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue