Skip to content

Commit

Permalink
revert_tokio_rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 26, 2024
1 parent cfc702b commit b35b5cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 125 deletions.
127 changes: 5 additions & 122 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions services/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@ aws-credential-types = "1.2"
aws-sdk-s3 = { version = "1.57", features = ["behavior-version-latest"] }
css-inline = "0.14"
diesel_migrations = "2.2"
# https://github.com/rustls/rustls/issues/1913
mail-send = "0.4"
# See `tokio-rustls` below
mail-send = "=0.4.8"
paste = "1.0"
sentry = { version = "0.34", optional = true, default-features = false, features = [
"reqwest",
"rustls",
] }
# https://github.com/rustls/rustls/issues/1913
tokio-rustls = "0.26"
# https://github.com/algesten/ureq/issues/765
# https://github.com/rustls/rustls/releases/tag/v%2F0.23.0
tokio-rustls = "=0.25"

# https://github.com/diesel-rs/diesel/blob/ba2f567b038179d16cea939c0bcaaecc216ea947/diesel/Cargo.toml#L19
# https://github.com/tauri-apps/tauri/discussions/6183
Expand Down

0 comments on commit b35b5cc

Please sign in to comment.