Skip to content

Commit

Permalink
Rust beta fixes (#514)
Browse files Browse the repository at this point in the history
* rust beta that breaks stuff

* flake up

* replace with macros, replace miette

* progress

* progress

* finish

* up

* Update typos config

* format toml

* revert back to stable
  • Loading branch information
aumetra authored Apr 1, 2024
1 parent 5b814bf commit 0a92aeb
Show file tree
Hide file tree
Showing 132 changed files with 2,574 additions and 3,463 deletions.
351 changes: 205 additions & 146 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ install-updater = true

[patch.crates-io]
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "017ebe2fb7a2709ab5db92148dea5ce812a35e09" }
tokio-postgres-rustls = { git = "https://github.com/jbg/tokio-postgres-rustls.git", rev = "b3b59ac2fa1b5823f2426fef78a0fb74c004ec38" }
6 changes: 6 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[default]
extend-ignore-words-re = ["guid"]

[files]
extend-exclude = [
"crates/kitsune-language/examples/basic.rs",
Expand All @@ -10,4 +13,7 @@ extend-exclude = [

"lib/http-signatures/tests/data.rs",
"lib/post-process/tests/input/*",

# Exclude all snapshot files
"*.snap",
]
4 changes: 2 additions & 2 deletions crates/kitsune-activitypub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ autometrics = { version = "1.0.1", default-features = false }
base64-simd = "0.8.0"
diesel = "2.1.5"
diesel-async = "0.4.1"
eyre = "0.6.12"
futures-util = "0.3.30"
headers = "0.4.0"
http = "1.1.0"
Expand All @@ -32,7 +33,6 @@ kitsune-wasm-mrf = { path = "../kitsune-wasm-mrf" }
mime = "0.3.17"
mime_guess = { version = "2.0.4", default-features = false }
rsa = "0.9.6"
scoped-futures = "0.1.3"
serde = "1.0.197"
sha2 = "0.10.8"
simd-json = "0.13.9"
Expand All @@ -52,7 +52,7 @@ kitsune-config = { path = "../kitsune-config" }
kitsune-test = { path = "../kitsune-test" }
kitsune-webfinger = { path = "../kitsune-webfinger" }
pretty_assertions = "1.4.0"
tokio = { version = "1.36.0", features = ["macros"] }
tokio = { version = "1.37.0", features = ["macros"] }
tower = { version = "0.4.13", default-features = false, features = ["util"] }

[lints]
Expand Down
Loading

0 comments on commit 0a92aeb

Please sign in to comment.