Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 12, 2023
1 parent 6f63e5d commit 221b3c2
Show file tree
Hide file tree
Showing 36 changed files with 518 additions and 447 deletions.
106 changes: 47 additions & 59 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 crates/kitsune-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ thiserror = "1.0.49"
tracing = "0.1.37"

[dev-dependencies]
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/kitsune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
strum = { version = "0.25.0", features = ["derive", "phf"] }
thiserror = "1.0.49"
time = "0.3.29"
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
toml = { version = "0.8.2", default-features = false, features = ["parse"] }
tracing = "0.1.37"
typed-builder = "0.16.2"
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 @@ -23,6 +23,6 @@ serde = { version = "1.0.188", features = ["derive"] }
simd-json = "0.11.1"
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["rt"] }
tokio = { version = "1.33.0", features = ["rt"] }
tracing-log = "0.1.3"
typed-builder = "0.16.2"
2 changes: 1 addition & 1 deletion crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ tower-http = { version = "0.4.4", features = [
] }

[dev-dependencies]
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
6 changes: 3 additions & 3 deletions crates/kitsune-http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ base64-simd = "0.8.0"
derive_builder = "0.12.0"
http = "0.2.9"
rayon = "1.8.0"
ring = { version = "0.17.2", features = ["std"] }
ring = { version = "0.17.3", features = ["std"] }
time = { version = "0.3.29", features = ["formatting", "parsing"] }
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["sync"] }
tokio = { version = "1.33.0", features = ["sync"] }

[dev-dependencies]
pem = "3.0.2"
pkcs8 = { version = "0.10.2", features = ["alloc"] }
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/kitsune-messaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ redis = { version = "0.23.3", features = [
] }
serde = "1.0.188"
simd-json = "0.11.1"
tokio = { version = "1.32.0", features = ["macros", "rt", "sync"] }
tokio = { version = "1.33.0", features = ["macros", "rt", "sync"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tracing = "0.1.37"
2 changes: 1 addition & 1 deletion crates/kitsune-retry-policies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ futures-retry-policies = { version = "0.3.1", features = [
"tokio",
"tracing",
] }
retry-policies = "0.2.0"
retry-policies = "0.2.1"
4 changes: 2 additions & 2 deletions crates/kitsune-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ http = "0.2.9"
http-body = "0.4.5"
pin-project-lite = "0.2.13"
sync_wrapper = "0.1.2"
tokio = { version = "1.32.0", features = ["fs", "io-util"] }
tokio = { version = "1.33.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.9", features = ["io"] }

[dev-dependencies]
aws-credential-types = { version = "0.56.1", features = [
"hardcoded-credentials",
] }
tempfile = "3.8.0"
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion kitsune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kitsune-db = { path = "../crates/kitsune-db" }
serde = { version = "1.0.188", features = ["derive"] }
speedy-uuid = { path = "../lib/speedy-uuid" }
time = "0.3.29"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing-subscriber = "0.3.17"

[build-dependencies]
Expand Down
5 changes: 4 additions & 1 deletion kitsune-fe/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"importOrder": ["^\\w", "^[./|~/]"],
"importOrderSeparation": true,
"importOrderParserPlugins": ["typescript"],
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"plugins": [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-css-order"
],
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": true
Expand Down
Loading

0 comments on commit 221b3c2

Please sign in to comment.