Skip to content

Commit

Permalink
what?
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 1, 2024
1 parent a956dd8 commit 91f0b2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/kitsune-captcha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http.workspace = true
kitsune-error.workspace = true
kitsune-http-client.workspace = true
serde.workspace = true
serde_urlencoded = "0.7.1"
serde_urlencoded.workspace = true
sonic-rs.workspace = true
strum.workspace = true
typed-builder.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
eyre.workspace = true
human-size = { version = "0.4.3", features = ["serde"] }
human-size.workspace = true
isolang.workspace = true
serde.workspace = true
smol_str.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eyre.workspace = true
garde.workspace = true
http.workspace = true
sonic-rs.workspace = true
sync_wrapper = "1.0.2"
sync_wrapper.workspace = true
tracing.workspace = true

[lints]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true
publish = false

[dependencies]
argh = "0.1.12"
argh.workspace = true
eyre.workspace = true
sonic-rs.workspace = true
tracing.workspace = true
Expand Down

0 comments on commit 91f0b2b

Please sign in to comment.