Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Aug 25, 2021
1 parent f2f594f commit ee1243b
Show file tree
Hide file tree
Showing 24 changed files with 404 additions and 249 deletions.
167 changes: 113 additions & 54 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/symbolicator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ base64 = "0.13.0"
cadence = "0.25.0"
chrono = { version = "0.4.19", features = ["serde"] }
console = "0.14.0"
env_logger = "0.7.1"
failure = "0.1.8"
filetime = "0.2.14"
flate2 = "1.0.0"
Expand All @@ -27,18 +26,16 @@ humantime-serde = "1.0.1"
ipnetwork = "0.18.0"
jsonwebtoken = "7.2.0"
lazy_static = "1.4.0"
log = { version = "0.4.13", features = ["serde"] }
lru = "0.6.3"
num_cpus = "1.13.0"
parking_lot = "0.11.1"
pretty_env_logger = "0.4.0"
procspawn = { version = "0.10.0", features = ["backtrace", "json"] }
regex = "1.4.3"
reqwest = { git = "https://github.com/jan-auer/reqwest", tag = "v0.11.0", features = ["gzip", "json", "stream", "trust-dns"] }
rusoto_core = "0.46.0"
rusoto_credential = "0.46.0"
rusoto_s3 = "0.46.0"
sentry = { version = "0.23.0", features = ["debug-images", "log"] }
sentry = { version = "0.23.0", features = ["debug-images", "tracing"] }
serde = { version = "1.0.119", features = ["derive", "rc"] }
serde_json = "1.0.61"
serde_yaml = "0.8.15"
Expand All @@ -48,6 +45,9 @@ tempfile = "3.2.0"
thiserror = "1.0.26"
tokio = { version = "1.0.2", features = ["rt", "macros", "fs"] }
tokio01 = { version = "0.1.22", package = "tokio" }
tracing = "0.1.26"
tracing-serde = "0.1.2"
tracing-subscriber = "0.2.20"
url = { version = "2.2.0", features = ["serde"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }
zstd = "0.9.0"
Expand Down
Loading

0 comments on commit ee1243b

Please sign in to comment.