Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filefighter-api = { path = "api" }
# async
tokio = { version = "1.28.2", features = ["full"] }
# logging and log panics better
tracing = "0.1.38"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
color-eyre = "0.6.2"
# Reading cli args from env file
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
sha256 = "1.1.4"
thiserror = "1.0.40"
tracing = "0.1.38"
tracing = "0.1.40"
tokio = "1.28.2"
tokio-stream = "0.1.14"
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["open-schnick <[email protected]>", "qvalentin <valentin.theodor@we
async-trait = "0.1.68"
libunftp = "0.18.9"
tokio = "1.28.2"
tracing = "0.1.38"
tracing = "0.1.40"
url = "2.4.0"
filefighter-api = { path = "../api" }
chrono = "0.4.26"