Skip to content

Commit

Permalink
rename library
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 16, 2023
1 parent 12b2706 commit 2f2977c
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 47 deletions.
51 changes: 26 additions & 25 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 @@ -44,7 +44,7 @@ members = [
"kitsune-cli",
"kitsune-job-runner",
"lib/athena",
"lib/csurf",
"lib/cursive",
"lib/masto-id-convert",
"lib/post-process",
"lib/speedy-uuid",
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = "1.0.193"
sha2 = "0.10.8"
simd-json = { version = "0.13.4", features = ["hints"] }
speedy-uuid = { path = "../../lib/speedy-uuid" }
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"
typed-builder = "0.18.0"
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true
[dependencies]
once_cell = "1.19.0"
rayon = "1.8.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
tokio = { version = "1.35.0", features = ["rt", "sync"] }
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ moka = { version = "0.12.1", features = ["sync"] }
redis = "0.23.3"
serde = "1.0.193"
simd-json = "0.13.4"
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"
typed-builder = "0.18.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-captcha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_urlencoded = "0.7.1"
simd-json = "0.13.4"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
typed-builder = "0.18.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kitsune-db = { path = "../kitsune-db" }
kitsune-messaging = { path = "../kitsune-messaging" }
serde = { version = "1.0.193", features = ["derive"] }
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
typed-builder = "0.18.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ num-traits = "0.2.17"
serde = { version = "1.0.193", features = ["derive"] }
simd-json = "0.13.4"
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing-log = "0.2.0"
typed-builder = "0.18.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mrml = { version = "2.1.1", default-features = false, features = [
] }
scoped-futures = "0.1.3"
speedy-uuid = { path = "../../lib/speedy-uuid" }
thiserror = "1.0.50"
thiserror = "1.0.51"
typed-builder = "0.18.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-embed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kitsune-http-client = { path = "../kitsune-http-client" }
once_cell = "1.19.0"
scraper = { version = "0.18.1", default-features = false }
smol_str = "0.2.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
typed-builder = "0.18.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-federation-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ globset = "0.4.14"
kitsune-config = { path = "../kitsune-config" }
kitsune-type = { path = "../kitsune-type" }
miette = "5.10.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
url = "2.5.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ time = { version = "0.3.30", default-features = false, features = [
"formatting",
"parsing",
] }
thiserror = "1.0.50"
thiserror = "1.0.51"
typed-builder = "0.18.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-mastodon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1.0.193"
simd-json = "0.13.4"
smol_str = "0.2.0"
speedy-uuid = { path = "../../lib/speedy-uuid" }
thiserror = "1.0.50"
thiserror = "1.0.51"
tokio = { version = "1.35.0", features = ["rt"] }
tracing = "0.1.40"
typed-builder = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-oidc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ redis = "0.23.3"
serde = { version = "1.0.193", features = ["derive"] }
simd-json = "0.13.4"
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["serde"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
url = "2.5.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ miette = "5.10.0"
serde = { version = "1.0.193", features = ["derive"] }
speedy-uuid = { path = "../../lib/speedy-uuid" }
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"

# "meilisearch" feature
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde = "1.0.193"
simd-json = "0.13.4"
smol_str = "0.2.0"
speedy-uuid = { path = "../../lib/speedy-uuid" }
thiserror = "1.0.50"
thiserror = "1.0.51"
tokio = { version = "1.35.0", features = ["macros"] }
tracing = "0.1.40"
typed-builder = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
version.workspace = true

[dependencies]
bubble-bath = { git = "https://github.com/aumetra/bubble-bath.git", rev = "69522e28b7298d587fd7d036d065fab0e5daea22" }
bubble-bath = "0.1.1"
iso8601-timestamp = "0.2.13"
kitsune-type = { path = "../kitsune-type" }
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ simd-json = "0.13.4"
speedy-uuid = { path = "../lib/speedy-uuid" }
strum = { version = "0.25.0", features = ["derive", "phf"] }
tempfile = "3.8.1"
thiserror = "1.0.50"
thiserror = "1.0.51"
time = "0.3.30"
tokio = { version = "1.35.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.193", features = ["derive"] }
simd-json = "0.13.4"
smol_str = "0.2.0"
speedy-uuid = { path = "../speedy-uuid", features = ["redis", "serde"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
tokio = { version = "1.35.0", features = ["macros", "rt", "sync"] }
tracing = "0.1.40"
typed-builder = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/csurf/Cargo.toml → lib/cursive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "csurf"
name = "cursive"
authors.workspace = true
edition.workspace = true
version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lib/csurf/README.md → lib/cursive/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# csurf
# cursive

Small stateless CSRF crate for tower-based frameworks

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/csurf/tests/simple.rs → lib/cursive/tests/simple.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use csurf::{CsrfHandle, CsrfLayer, Message};
use cursive::{CsrfHandle, CsrfLayer, Message};
use futures::{executor, future};
use http::{header, Request, Response};
use std::convert::Infallible;
Expand Down
2 changes: 1 addition & 1 deletion lib/speedy-uuid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diesel = { version = "2.1.4", features = [
], optional = true }
redis = { version = "0.23.3", default-features = false, optional = true }
serde = { version = "1.0.193", optional = true }
thiserror = "1.0.50"
thiserror = "1.0.51"
uuid = { version = "1.6.1", features = ["fast-rng", "v7"] }
uuid-simd = { version = "0.8.0", features = ["unstable", "uuid"] }

Expand Down

0 comments on commit 2f2977c

Please sign in to comment.