Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
⬆️ Chores
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Nov 12, 2022
1 parent f1217e5 commit cd92c57
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 23 deletions.
73 changes: 51 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ phf = { version = "0.11.0", features = ["macros"] }
poem = { version = "1.3.47", features = ["anyhow", "i18n", "cookie"] }
rand = "0.8.4"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "gzip", "brotli", "deflate", "json"] }
sentry = { version = "0.27.0", default-features = false, features = ["reqwest", "rustls", "backtrace", "contexts", "panic", "tracing", "anyhow"] }
sentry = { version = "0.28.0", default-features = false, features = ["reqwest", "rustls", "backtrace", "contexts", "panic", "tracing", "anyhow"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.87"
serde_with = { version = "1.14.0", features = ["chrono"] }
Expand Down

0 comments on commit cd92c57

Please sign in to comment.