Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Upgrade to Actix 1 #106

Merged
merged 19 commits into from Aug 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
920 changes: 522 additions & 398 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions Cargo.toml
Expand Up @@ -8,17 +8,20 @@ include = ["src/**/*", "Cargo.toml", "README.md"]
readme = "README.md"

[dependencies]
actix-web = { version = "0.7.19", features = ["tls"], default-features = false }
actix = "0.7.9"
actix-connect = "0.2.3"
actix-multipart = "0.1.2"
actix-rt = "0.2.4"
actix-service = "0.4.1"
actix-web = { version = "1.0.5", features = ["ssl", "brotli", "flate2-zlib", "secure-cookies", "client"], default-features = false }
apple-crash-report-parser = "0.3.1"
failure = "0.1.5"
serde = { version = "1.0.94", features = ["derive", "rc"] }
serde = { version = "1.0.98", features = ["derive", "rc"] }
futures = "0.1.28"
bytes = "0.4.12"
url = "1.7.2"
derive_more = "0.15.0"
url_serde = "0.2.0"
log = { version = "0.4.6", features = ["serde"] }
log = { version = "0.4.8", features = ["serde"] }
tempfile = "3.1.0"
env_logger = "0.6.2"
structopt = "0.2.18"
Expand All @@ -27,12 +30,11 @@ void = "1.0.2"
tokio-threadpool = "0.1.15"
cadence = "0.17.1"
lazy_static = "1.3.0"
parking_lot = "0.8.0"
parking_lot = "0.9.0"
tokio = "0.1.22"
uuid = "0.7.4"
symbolic = { git = "https://github.com/getsentry/symbolic", rev = "c30f1bf4a39025d7ee6fb8ef1c6f4b8649f02461", features = ["common-serde", "demangle", "minidump-serde", "symcache"] }
sentry = "0.15.5"
sentry-actix = "0.15.5"
sentry = "0.16.0"
rusoto_s3 = "0.40.0"
rusoto_core = "0.40.0"
rusoto_credential = "0.40.0"
Expand All @@ -50,6 +52,10 @@ tokio-retry = "0.2.0"
jsonwebtoken = { git = "https://github.com/Keats/jsonwebtoken", rev = "b8627260b2902a1ab4fdda83083be3e0b0fb9b7f" }
base64 = "0.10.1"
ipnetwork = "0.14.0"
fragile = "0.3.0"

[dev-dependencies]
actix-files = "0.1.4"
actix-http = "0.2.8"
actix-http-test = "0.2.4"
insta = "0.10.0"
1 change: 0 additions & 1 deletion src/actors/common/mod.rs

This file was deleted.

5 changes: 0 additions & 5 deletions src/actors/mod.rs

This file was deleted.

105 changes: 0 additions & 105 deletions src/actors/objects/http.rs

This file was deleted.

214 changes: 0 additions & 214 deletions src/actors/objects/sentry.rs

This file was deleted.

12 changes: 0 additions & 12 deletions src/actors/snapshots/tests__minidump_macos-2.snap

This file was deleted.