@@ -26,7 +26,7 @@ license-file = "COPYRIGHT"
26
26
publish = true
27
27
repository = " https://github.com/torrust/torrust-tracker"
28
28
rust-version = " 1.72"
29
- version = " 3.0.0-alpha.10 "
29
+ version = " 3.0.0-alpha.11 "
30
30
31
31
[dependencies ]
32
32
aquatic_udp_protocol = " 0.8"
@@ -56,10 +56,10 @@ serde_json = "1.0"
56
56
serde_with = " 3.2"
57
57
thiserror = " 1.0"
58
58
tokio = { version = " 1.29" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
59
- torrust-tracker-configuration = { version = " 3.0.0-alpha.10 " , path = " packages/configuration" }
60
- torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.10 " , path = " contrib/bencode" }
61
- torrust-tracker-located-error = { version = " 3.0.0-alpha.10 " , path = " packages/located-error" }
62
- torrust-tracker-primitives = { version = " 3.0.0-alpha.10 " , path = " packages/primitives" }
59
+ torrust-tracker-configuration = { version = " 3.0.0-alpha.11 " , path = " packages/configuration" }
60
+ torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.11 " , path = " contrib/bencode" }
61
+ torrust-tracker-located-error = { version = " 3.0.0-alpha.11 " , path = " packages/located-error" }
62
+ torrust-tracker-primitives = { version = " 3.0.0-alpha.11 " , path = " packages/primitives" }
63
63
tower-http = { version = " 0.4" , features = [" compression-full" ] }
64
64
uuid = { version = " 1" , features = [" v4" ] }
65
65
@@ -70,7 +70,7 @@ reqwest = { version = "0.11.18", features = ["json"] }
70
70
serde_bytes = " 0.11"
71
71
serde_repr = " 0.1"
72
72
serde_urlencoded = " 0.7"
73
- torrust-tracker-test-helpers = { version = " 3.0.0-alpha.10 " , path = " packages/test-helpers" }
73
+ torrust-tracker-test-helpers = { version = " 3.0.0-alpha.11 " , path = " packages/test-helpers" }
74
74
75
75
[workspace ]
76
76
members = [" contrib/bencode" , " packages/configuration" , " packages/located-error" , " packages/primitives" , " packages/test-helpers" ]
0 commit comments