Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcua/ayb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Feb 25, 2024
2 parents 72965f7 + 6139045 commit 697602f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 34 deletions.
72 changes: 45 additions & 27 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
default-run = "ayb"

[dependencies]
actix-web = { version = "4.4.1" }
actix-web = { version = "4.5.1" }
actix-web-httpauth = { version = "0.8.1" }
async-trait = { version = "0.1.77" }
clap = { version = "4.4.18", features = ["cargo", "derive", "env"] }
Expand All @@ -18,18 +18,18 @@ directories = { version = "5.0" }
dyn-clone = { version = "1.0.16" }
env_logger = { version = "0.10.2" }
fernet = { version = "0.2.1" }
lettre = { version = "0.11.3", features = ["tokio1-native-tls"] }
lettre = { version = "0.11.4", features = ["tokio1-native-tls"] }
quoted_printable = { version = "0.5.0" }
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json"] }
rusqlite = { version = "0.27.0", features = ["bundled", "limits"] }
regex = { version = "1.10.2"}
regex = { version = "1.10.3"}
rustyline = { version = "13.0.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.111", features = ["raw_value"] }
serde_json = { version = "1.0.113", features = ["raw_value"] }
serde_repr = { version = "0.1.18" }
sqlx = { version = "0.6.3", features = ["runtime-actix-native-tls", "postgres", "sqlite"] }
toml = { version = "0.8.8" }
tokio = { version = "1.35.1", features = ["macros", "process", "rt"] }
toml = { version = "0.8.10" }
tokio = { version = "1.36.0", features = ["macros", "process", "rt"] }
prefixed-api-key = { version = "0.1.0", features = ["sha2"]}
prettytable-rs = { version = "0.10.0"}
urlencoding = { version = "2.1.3" }
Expand Down

0 comments on commit 697602f

Please sign in to comment.