Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed May 16, 2024
1 parent 8be73d4 commit 78b89e8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 94 deletions.
130 changes: 44 additions & 86 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = { version = "0.4.38", default-features = false }
clap = "4.5.4"
content-security-policy = "0.5.1"
cron = "0.12.1"
deno_core = "0.279.0"
deno_core = "0.280.0"
directories = "5.0.1"
dotenvy = "0.15.7"
structured-logger = "1.0.3"
Expand All @@ -35,7 +35,7 @@ handlebars = "5.1.2"
hex = "0.4.3"
html5ever = "0.27.0"
humantime = "2.1.0"
itertools = "0.12.1"
itertools = "0.13.0"
jsonwebtoken = {version = "9.3.0", default-features = false }
lettre = { version = "0.11.7", default-features = false }
log = "0.4.21"
Expand All @@ -44,10 +44,10 @@ postcard = { version = "1.0.8", default-features = false }
rand_core = "0.6.4"
regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false }
rust-embed = "8.3.0"
serde = "1.0.200"
rust-embed = "8.4.0"
serde = "1.0.202"
serde_bytes = "0.11.14"
serde_derive = "1.0.200"
serde_derive = "1.0.202"
serde_json = "1.0.116"
serde_repr = "0.1.19"
serde_with = "3.8.1"
Expand All @@ -63,13 +63,13 @@ trust-dns-resolver = "0.23.2"
url = "2.5.0"
urlencoding = "2.1.3"
uuid = "1.8.0"
zip = "1.2.1"
zip = "1.2.3"

[dev-dependencies]
ctor = "0.2.8"
httpmock = "0.7.0"
insta = "1.38.0"
toml = "0.8.12"
insta = "1.39.0"
toml = "0.8.13"

[features]
default = [
Expand Down

0 comments on commit 78b89e8

Please sign in to comment.