Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Jul 13, 2024
1 parent d2717ad commit 9791427
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 131 deletions.
174 changes: 48 additions & 126 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 @@ -40,7 +40,7 @@ camino = { version = "1", features = ["serde", "serde1"] }
chrono = { version = "0", default-features = false, features = ["clock"] }
clap = { version = "4", features = ["derive", "env"] }
crossbeam-skiplist = "0"
dashmap = "5"
dashmap = "6"
derive_more = "0"
figment = "0"
futures = "0"
Expand All @@ -55,7 +55,7 @@ parking_lot = "0"
percent-encoding = "2"
pin-project-lite = "0"
r2d2 = "0"
r2d2_mysql = "24"
r2d2_mysql = "25"
r2d2_sqlite = { version = "0", features = ["bundled"] }
rand = "0"
regex = "1"
Expand Down
6 changes: 3 additions & 3 deletions packages/torrent-repository/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
description = "A library that provides a repository of torrents files and their peers."
keywords = ["torrents", "repository", "library"]
keywords = ["library", "repository", "torrents"]
name = "torrust-tracker-torrent-repository"
readme = "README.md"

Expand All @@ -17,7 +17,7 @@ version.workspace = true

[dependencies]
crossbeam-skiplist = "0"
dashmap = "5"
dashmap = "6"
futures = "0"
parking_lot = "0"
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
Expand All @@ -26,9 +26,9 @@ torrust-tracker-configuration = { version = "3.0.0-alpha.12-develop", path = "..
torrust-tracker-primitives = { version = "3.0.0-alpha.12-develop", path = "../primitives" }

[dev-dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
criterion = { version = "0", features = ["async_tokio"] }
rstest = "0"
async-std = {version = "1", features = ["attributes", "tokio1"] }

[[bench]]
harness = false
Expand Down

0 comments on commit 9791427

Please sign in to comment.