|
1 | 1 | [package] |
2 | 2 | name = "str0m" |
3 | | -version = "0.17.0" |
| 3 | +version = "0.18.0" |
4 | 4 | authors = ["Martin Algesten <martin@algesten.se>", "Hugo Tunius <h@tunius.se>", "Davide Bertola <dade@dadeb.it>"] |
5 | 5 | description = "WebRTC library in Sans-IO style" |
6 | 6 | license = "MIT OR Apache-2.0" |
@@ -39,15 +39,15 @@ exclude = ["crates/fuzz"] |
39 | 39 |
|
40 | 40 | [workspace.dependencies] |
41 | 41 | # Internal crates |
42 | | -str0m = { version = "0.17.0", path = ".", default-features = false } |
43 | | -str0m-proto = { version = "0.3.0", path = "crates/proto", default-features = false } |
| 42 | +str0m = { version = "0.18.0", path = ".", default-features = false } |
| 43 | +str0m-proto = { version = "0.4.0", path = "crates/proto", default-features = false } |
44 | 44 | is = { version = "0.7.0", path = "crates/is", default-features = false } |
45 | 45 | str0m-netem = { version = "0.2.0", path = "crates/netem" } |
46 | | -str0m-aws-lc-rs = { version = "0.2.0", path = "crypto/aws-lc-rs" } |
47 | | -str0m-rust-crypto = { version = "0.2.0", path = "crypto/rust-crypto" } |
48 | | -str0m-openssl = { version = "0.2.0", path = "crypto/openssl" } |
49 | | -str0m-apple-crypto = { version = "0.2.0", path = "crypto/apple-crypto" } |
50 | | -str0m-wincrypto = { version = "0.4.0", path = "crypto/wincrypto" } |
| 46 | +str0m-aws-lc-rs = { version = "0.3.0", path = "crypto/aws-lc-rs" } |
| 47 | +str0m-rust-crypto = { version = "0.3.0", path = "crypto/rust-crypto" } |
| 48 | +str0m-openssl = { version = "0.3.0", path = "crypto/openssl" } |
| 49 | +str0m-apple-crypto = { version = "0.3.0", path = "crypto/apple-crypto" } |
| 50 | +str0m-wincrypto = { version = "0.5.0", path = "crypto/wincrypto" } |
51 | 51 | _str0m_test = { version = "0.1.0", path = "crates/_str0m_test" } |
52 | 52 |
|
53 | 53 | # Core dependencies |
|
0 commit comments