Skip to content

Commit

Permalink
Merge pull request #63 from fertkir/dependabot/cargo/minor-and-patch-…
Browse files Browse the repository at this point in the history
…4997aeb667

Bump the minor-and-patch group with 3 updates
  • Loading branch information
fertkir committed Mar 26, 2024
2 parents ee65581 + 4de7fbb commit bbceb96
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 12 deletions.
80 changes: 71 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
log = "0.4.21"
env_logger = "0.11.3"
rust-i18n = "2.3.1"
reqwest = "0.11.26"
reqwest = { version = "0.12.2", features = ["json"] }
serde = "1.0.197"
chrono = { version = "0.4.35", features = ["serde"] }
byte-unit = "5.1.4"
dashmap = "5.5.3"
rand = "0.8.5"
bytes = "1.5.0"
bytes = "1.6.0"
url = "2.5.0"
warp = "0.3.6"
# todo replace with the package when https://github.com/angrynode/hightorrent/issues/2 is fixed:
hightorrent = { git = "https://github.com/fertkir/hightorrent/" }
derive_more = "0.99.17"
async-trait = "0.1.78"
async-trait = "0.1.79"
redis = { version = "0.25.2", features = ["tokio-comp"], optional = true }
serde_json = { version = "1.0.114", features = [], optional = true }
thiserror = "1.0.58"
Expand Down

0 comments on commit bbceb96

Please sign in to comment.