Skip to content

Commit

Permalink
bumped aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 30, 2025
1 parent 825e32e commit 6377daa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 23 deletions.
24 changes: 8 additions & 16 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ russh = { version = "0.50.0", features = ["des"] }
tracing = "0.1"
futures = "0.3"
tokio-stream = { version = "0.1.17", features = ["net"] }
tokio-rustls = "0.26"
enum_dispatch = "0.3.13"
rustls = "0.23"

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions warpgate-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ serde.workspace = true
serde_json.workspace = true
thiserror = "1.0"
tokio = { version = "1.20", features = ["tracing"] }
tokio-rustls = "0.26"
tokio-rustls.workspace = true
totp-rs = { version = "5.0", features = ["otpauth"] }
tracing.workspace = true
tracing-core = "0.1"
url = "2.2"
uuid = { version = "1.3", features = ["v4", "serde"] }
warpgate-sso = { version = "*", path = "../warpgate-sso" }
rustls = "0.23"
rustls.workspace = true
rustls-pemfile = "1.0"
webpki = "0.22"
aho-corasick = "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tracing-subscriber = "0.3"
url = "2.2"
uuid = { version = "1.3", features = ["v4", "serde"] }
warpgate-sso = { version = "*", path = "../warpgate-sso" }
rustls = "0.23"
rustls.workspace = true
rustls-pemfile = "1.0"
webpki = "0.22"

Expand Down
4 changes: 2 additions & 2 deletions warpgate-protocol-mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ flate2 = { version = "1", features = ["zlib"] } # flate2 requires a backend sele
rand = "0.8"
sha1 = "0.10"
password-hash = { version = "0.2", features = ["std"] }
rustls = "0.23"
rustls.workspace = true
rustls-pemfile = "1.0"
tokio-rustls = "0.26"
tokio-rustls.workspace = true
thiserror = "1.0"
webpki = "0.22"
once_cell = "1.17"
4 changes: 2 additions & 2 deletions warpgate-protocol-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ tokio = { version = "1.20", features = ["tracing", "signal"] }
tracing.workspace = true
uuid = { version = "1.2" }
bytes.workspace = true
rustls = "0.23"
rustls.workspace = true
rustls-pemfile = "1.0"
tokio-rustls = "0.26"
tokio-rustls.workspace = true
thiserror = "1.0"
rustls-native-certs = "0.6"
pgwire = { version = "0.25" }
Expand Down

0 comments on commit 6377daa

Please sign in to comment.