Skip to content

Commit

Permalink
Remove actix-web-grants (was unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Nov 1, 2023
2 parents f92f790 + 152fd2b commit 8a2d59b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
[dependencies]
actix-web = { version = "4.4.0" }
actix-web-httpauth = { version = "0.8.1" }
async-trait = { version = "0.1.73" }
async-trait = { version = "0.1.74" }
clap = { version = "4.4.6", features = ["cargo", "derive", "env"] }
derive_more = { version = "0.99.0" }
dyn-clone = { version = "1.0.14" }
Expand All @@ -20,12 +20,12 @@ lettre = { version = "0.10.4", features = ["tokio1-native-tls"] }
quoted_printable = { version = "0.5.0" }
reqwest = { version = "0.11.22", features = ["json"] }
rusqlite = { version = "0.27.0", features = ["bundled"] }
regex = { version = "1.10.0"}
regex = { version = "1.10.2"}
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.107" }
serde_repr = { version = "0.1.16" }
sqlx = { version = "0.6.3", features = ["runtime-actix-native-tls", "postgres", "sqlite"] }
toml = { version = "0.8.2" }
toml = { version = "0.8.6" }
tokio = { version = "1.33.0", features = ["macros", "rt"] }
prefixed-api-key = { version = "0.1.0", features = ["sha2"]}
prettytable-rs = { version = "0.10.0"}
Expand Down

0 comments on commit 8a2d59b

Please sign in to comment.