11[package ]
22name = " rsipstack"
3- version = " 0.2.27 "
3+ version = " 0.2.28 "
44edition = " 2021"
55description = " SIP Stack Rust library for building SIP applications"
66license = " MIT"
@@ -31,19 +31,19 @@ wasm-bindgen = "0.2.84"
3131# code size when deploying.
3232console_error_panic_hook = { version = " 0.1.7" , optional = true }
3333wasm-bindgen-futures = " 0.4.45"
34- tokio-util = { version = " 0.7.15 " , features = [" full" ] }
34+ tokio-util = { version = " 0.7.16 " , features = [" full" ] }
3535tracing-subscriber = { version = " 0.3.19" , features = [" local-time" ] }
36- rand = { version = " 0.9.1 " }
36+ rand = { version = " 0.9.2 " }
3737get_if_addrs = " 0.5.3"
3838rsip-dns = { version = " 0.1.4" , features = [" trust-dns" ] }
3939bytes = " 1.10.1"
4040futures-util = " 0.3.30"
4141tokio-tungstenite = { version = " 0.27.0" , optional = true }
4242tokio-rustls = { version = " 0.26.2" , optional = true }
4343rustls-pemfile = { version = " 2.2.0" , optional = true }
44- webpki-roots = { version = " 1.0.0 " , optional = true }
45- rustls = " 0.23.28 "
46- clap = { version = " 4.5.37 " , features = [" derive" ] }
44+ webpki-roots = { version = " 1.0.2 " , optional = true }
45+ rustls = " 0.23.31 "
46+ clap = { version = " 4.5.43 " , features = [" derive" ] }
4747http = " 1.3.1"
4848
4949[features ]
@@ -53,8 +53,8 @@ websocket = ["tokio-tungstenite"]
5353all-transports = [" rustls" , " websocket" ]
5454
5555[target .'cfg(target_arch = "wasm32")' .dependencies ]
56- tokio = { version = " 1.44.2 " , features = [" time" , " sync" , " macros" , " io-util" ] }
57- getrandom = { version = " 0.3.2 " }
56+ tokio = { version = " 1.47.1 " , features = [" time" , " sync" , " macros" , " io-util" ] }
57+ getrandom = { version = " 0.3.3 " }
5858
5959[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
6060tokio = { version = " 1.44.2" , features = [" full" ] }
@@ -65,10 +65,10 @@ dotenv = "0.15"
6565sdp-rs = " 0.2.1"
6666rtp-rs = " 0.6.0"
6767stun-rs = " 0.1.11"
68- openai-api-rs = " 6.0.3 "
68+ openai-api-rs = " 6.0.8 "
6969base64 = " 0.22.1"
7070serde = " 1.0.219"
71- serde_json = " 1.0.140 "
71+ serde_json = " 1.0.142 "
7272dasp = { version = " 0.11" , features = [" all" ] }
7373axum = { version = " 0.8.4" , features = [" ws" ] }
7474tower = " 0.5.2"
0 commit comments