Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Jul 25, 2024
1 parent 4b1a68a commit b4e7a35
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
50 changes: 24 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tower = { version = "0.4.13", features = ["full"] }
base64 = "0.22.1"
image = "0.25.2"
new_mime_guess = "4.0.1"
liquid = "0.26.6"
liquid = "0.26.8"
humantime = "2.1.0"
regex = "1.10.5"
reqwest = { version = "0.12.5", default-features = false, features = [
Expand All @@ -29,7 +29,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
] }
copy_dir = "0.1.3"
itertools = "0.13.0"
moka = { version = "0.12.7", features = ["future"] }
moka = { version = "0.12", features = ["future"] }
color-eyre = "0.6.3"
tracing-error = "0.2.0"
sentry = { version = "0.34", features = ["anyhow"] }
Expand Down

0 comments on commit b4e7a35

Please sign in to comment.