Skip to content

Commit

Permalink
Merge branch 'main' into auth-register
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Jul 31, 2023
2 parents a59aeb4 + 05eec94 commit 227679d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
31 changes: 17 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license = "Apache-2.0"

[dependencies]
actix-web = { version = "4.3.1" }
async-trait = { version = "0.1.71" }
clap = { version = "4.3.17", features = ["cargo", "derive", "env"] }
async-trait = { version = "0.1.72" }
clap = { version = "4.3.19", features = ["cargo", "derive", "env"] }
derive_more = { version = "0.99.0" }
dyn-clone = { version = "1.0.12" }
env_logger = { version = "0.10.0" }
Expand All @@ -20,7 +20,8 @@ reqwest = { version = "0.11.18", features = ["json"] }
rusqlite = { version = "0.27.0", features = ["bundled"] }
regex = { version = "1.9.1"}
serde = { version = "1.0", features = ["derive"] }
serde_repr = { version = "0.1.14" }
serde_json = { version = "1.0.104" }
serde_repr = { version = "0.1.16" }
sqlx = { version = "0.6.3", features = ["runtime-actix-native-tls", "postgres", "sqlite"] }
toml = { version = "0.7.6" }
tokio = { version = "1.29.1", features = ["macros", "rt"] }
Expand All @@ -29,4 +30,3 @@ prettytable-rs = "0.10.0"
[dev-dependencies]
assert_cmd = "2.0"
assert-json-diff = "2.0.2"
serde_json = "1.0.103"

0 comments on commit 227679d

Please sign in to comment.