Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Apr 4, 2024
1 parent aa16a96 commit 462a42d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ authors = ["storycraft <[email protected]>"]
repository = "https://github.com/storycraft/direct-share"

[dependencies]
log = "0.4.14"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.16.1", features = ["full"] }
hyper = { version = "1.2.0", features = ["full"] }
log = "0.4"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
toml = "0.8.12"
pretty_env_logger = "0.5.0"
rand = "0.8.4"
thiserror = "1.0.58"
anyhow = "1.0"
tokio-util = "0.7.10"
futures-util = "0.3.30"
toml = "0.8"
pretty_env_logger = "0.5"
rand = "0.8"
thiserror = "1"
anyhow = "1"
tokio-util = "0.7"
futures-util = "0.3"
tokio-tar = "0.3.1"
igd = { version = "0.12.1", features = ["aio"] }
local-ip-address = "0.6.1"
igd = { version = "0.12", features = ["aio"] }
local-ip-address = "0.6"
never-say-never = "6.6.666"

0 comments on commit 462a42d

Please sign in to comment.