Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 19, 2024
1 parent 6e88208 commit ee1ff18
Show file tree
Hide file tree
Showing 9 changed files with 426 additions and 1,029 deletions.
262 changes: 128 additions & 134 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ actix-identity = "0.7.1"
actix-session = "0.9.0"
actix-web = "4.5.1"
actix-web-httpauth = "0.8.1"
anyhow = "1.0.80"
anyhow = "1.0.81"
argon2 = "0.5.3"
async-stream = "0.3.5"
bytes = "1.5.0"
chrono = { version = "0.4.35", default-features = false }
clap = "4.5.2"
clap = "4.5.3"
content-security-policy = "0.5.1"
cron = "0.12.1"
deno_core = "0.270.0"
deno_core = "0.271.0"
directories = "5.0.1"
dotenvy = "0.15.7"
structured-logger = "1.0.3"
Expand All @@ -39,26 +39,26 @@ openssl = "0.10.64"
postcard = { version = "1.0.8", default-features = false }
rand_core = "0.6.4"
regex = "1.10.3"
reqwest = { version = "0.11.25", default-features = false }
reqwest = { version = "0.11.26", default-features = false }
rust-embed = "8.3.0"
serde = "1.0.197"
serde_bytes = "0.11.14"
serde_derive = "1.0.197"
serde_json = "1.0.114"
serde_repr = "0.1.18"
serde_with = "3.6.1"
serde_with = "3.7.0"
similar = "2.4.0"
sqlx = { version = "0.7.3", default-features = false }
sqlx = { version = "0.7.4", default-features = false }
tantivy = "0.21.1"
thiserror = "1.0.57"
thiserror = "1.0.58"
time = "0.3.34"
tlsh2 = "0.3.0"
tokio = "1.36.0"
tokio-cron-scheduler = "0.10.0"
trust-dns-resolver = "0.23.2"
url = "2.5.0"
urlencoding = "2.1.3"
uuid = "1.7.0"
uuid = "1.8.0"
webauthn-rs = "0.4.8"
zip = "0.6.6"

Expand Down
Loading

0 comments on commit ee1ff18

Please sign in to comment.