Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 26, 2024
1 parent d4b1965 commit 08a42b6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 116 deletions.
137 changes: 27 additions & 110 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-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ password-hash = { version = "0.5.0", features = ["std"] }
pkcs8 = "0.10.2"
post-process = { workspace = true }
rand = "0.8.5"
rsa = "0.9.6"
rsa = "0.9.7"
rusty-s3 = { version = "0.5.0", default-features = false }
serde = "1.0.215"
smol_str = "0.3.2"
Expand Down
3 changes: 0 additions & 3 deletions kitsune-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"fmt": "prettier --write .",
"test:unit": "vitest"
},
"devDependenciesComment": {
"eslint": "upgrade once <https://github.com/eslint/eslint/issues/19134> is resolved"
},
"devDependencies": {
"@iconify-json/eos-icons": "^1.2.1",
"@sveltejs/adapter-static": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lib/http-signatures-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
clap = { workspace = true }
http-signatures = { workspace = true }
miette = { version = "7.2.0", features = ["fancy"] }
miette = { version = "7.3.0", features = ["fancy"] }
owo-colors = { version = "4.1.0", features = ["supports-colors"] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion lib/http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ httpdate = "1.0.3"
itertools = { workspace = true }
lexical-parse-integer = "1.0.2"
logos = "0.14.2"
miette = "7.2.0"
miette = "7.3.0"
pkcs8 = { version = "0.10.2", features = ["pem", "std"] }
ring = { version = "0.17.8", features = ["std"] }
scoped-futures = { version = "0.1.4", default-features = false }
Expand Down

0 comments on commit 08a42b6

Please sign in to comment.