Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 24, 2023
1 parent a7d255a commit f7b3114
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 46 deletions.
92 changes: 51 additions & 41 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-messaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true

[dependencies]
ahash = "0.8.4"
ahash = "0.8.5"
async-trait = "0.1.74"
futures-util = "0.3.28"
kitsune-retry-policies = { path = "../kitsune-retry-policies" }
Expand Down
2 changes: 1 addition & 1 deletion kitsune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
build = "build.rs"

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
color-eyre = "0.6.2"
diesel = "2.1.3"
diesel-async = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion kitsune-job-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version.workspace = true

[dependencies]
athena = { path = "../lib/athena" }
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
color-eyre = "0.6.2"
deadpool-redis = "0.13.0"
kitsune-config = { path = "../crates/kitsune-config" }
Expand Down
2 changes: 1 addition & 1 deletion kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ axum-extra = { version = "0.8.0", features = [
axum-flash = "0.7.0"
bytes = "1.5.0"
chrono = { version = "0.4.31", default-features = false }
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
color-eyre = "0.6.2"
const-oid = { version = "0.9.5", features = ["db"] }
der = { version = "0.7.8", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version.workspace = true
license = "MIT"

[dependencies]
ahash = "0.8.4"
ahash = "0.8.5"
async-trait = "0.1.74"
deadpool-redis = "0.13.0"
either = { version = "1.9.0", default-features = false }
Expand Down

0 comments on commit f7b3114

Please sign in to comment.