Skip to content

Commit

Permalink
Update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reneklacan committed May 8, 2024
1 parent c01b313 commit a147739
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 40 deletions.
154 changes: 124 additions & 30 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 @@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
async-trait = "0.1.74"
axum = { version = "0.7.1" }
base64 = "0.21.5"
base64 = "0.22.1"
bytes = "1.5.0"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.21", features = ["env", "derive"] }
Expand All @@ -28,11 +28,11 @@ log = "0.4.20"
mime = "0.3.17"
mime_guess = "2.0.4"
mobc = "0.8.3"
redis = { version = "0.24.0", features = ["tokio-comp", "connection-manager"] }
redis = { version = "0.25.3", features = ["tokio-comp", "connection-manager"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.50"
tokio = { version = "1.31.0", features = ["full", "bytes"] }
tokio-util = { version = "0.7.10", features = ["io"] }
Expand All @@ -44,7 +44,7 @@ sha1 = { version = "^0.10.1", features = ["compress"] }
sha2 = { version = "^0.10.1", features = ["compress"] }
md-5 = "^0.10.1"
digest = "^0.10.1"
reqwest = "0.11.22"
reqwest = "0.12.4"
lapin = "2.3.1"
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
wildmatch = "2.1.1"
Expand Down
Loading

0 comments on commit a147739

Please sign in to comment.