@@ -29,7 +29,7 @@ license-file = "COPYRIGHT"
2929publish = true
3030repository = " https://github.com/torrust/torrust-tracker"
3131rust-version = " 1.72"
32- version = " 3.0.0-alpha.5 "
32+ version = " 3.0.0-alpha.6 "
3333
3434
3535[dependencies ]
@@ -66,10 +66,10 @@ axum = "0.6"
6666axum-server = { version = " 0.5" , features = [" tls-rustls" ] }
6767axum-client-ip = " 0.4"
6868tower-http = { version = " 0.4" , features = [" compression-full" ] }
69- torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.5 " , path = " contrib/bencode" }
70- torrust-tracker-primitives = { version = " 3.0.0-alpha.5 " , path = " packages/primitives" }
71- torrust-tracker-configuration = { version = " 3.0.0-alpha.5 " , path = " packages/configuration" }
72- torrust-tracker-located-error = { version = " 3.0.0-alpha.5 " , path = " packages/located-error" }
69+ torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.6 " , path = " contrib/bencode" }
70+ torrust-tracker-primitives = { version = " 3.0.0-alpha.6 " , path = " packages/primitives" }
71+ torrust-tracker-configuration = { version = " 3.0.0-alpha.6 " , path = " packages/configuration" }
72+ torrust-tracker-located-error = { version = " 3.0.0-alpha.6 " , path = " packages/located-error" }
7373multimap = " 0.9"
7474hyper = " 0.14"
7575
@@ -80,7 +80,7 @@ serde_urlencoded = "0.7"
8080serde_repr = " 0.1"
8181serde_bytes = " 0.11"
8282local-ip-address = " 0.5"
83- torrust-tracker-test-helpers = { version = " 3.0.0-alpha.5 " , path = " packages/test-helpers" }
83+ torrust-tracker-test-helpers = { version = " 3.0.0-alpha.6 " , path = " packages/test-helpers" }
8484
8585[workspace ]
8686members = [
0 commit comments