Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,004 changes: 503 additions & 501 deletions Cargo.lock

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,45 @@ keywords = ["sfu", "webrtc", "rtp", "media", "realtime"]
categories = ["multimedia", "network-programming"]

[workspace.dependencies]
arc-swap = "=1.7.1"
aya = { version = "=0.13.1", default-features = false }
aws-lc-rs = "=1.17.0"
arc-swap = "=1.9.2"
aya = { version = "=0.14.0", default-features = false }
aws-lc-rs = "=1.17.3"
bincode = { version = "=2.0.1", features = ["derive"] }
bytes = "=1.11.1"
clap = { version = "=4.6.1", features = ["derive"] }
bytes = "=1.12.1"
clap = { version = "=4.6.4", features = ["derive"] }
compio = { version = "=0.19.0-rc.2", default-features = false, features = ["time"] }
compio-buf = "=0.8.2-rc.1"
compio-buf = "=0.8.3"
core_affinity = "=0.8.3"
criterion = { version = "=0.8.2", default-features = false }
crossbeam-queue = "=0.3.12"
crossbeam-queue = "=0.3.13"
figment = { version = "=0.10.19", features = ["env", "toml"] }
governor = { version = "=0.10.4", default-features = false, features = ["std"] }
io-uring = "=0.7.12"
jsonwebtoken = { version = "=10.4.0", features = ["aws_lc_rs"] }
libc = "=0.2.186"
io-uring = "=0.7.13"
jsonwebtoken = { version = "=11.0.0", features = ["aws_lc_rs"] }
libc = "=0.2.189"
loom = "=0.7.2"
metrics = "=0.24.6"
notify = "=9.0.0-rc.4"
openraft = { version = "=0.9.21", features = ["generic-snapshot-data", "serde"] }
openraft = { version = "=0.9.24", features = ["generic-snapshot-data", "serde"] }
ordered-float = "=5.3.0"
quinn = { version = "=0.11.9", default-features = false, features = ["rustls-aws-lc-rs"] }
rand = "=0.10.1"
quinn = { version = "=0.11.11", default-features = false, features = ["rustls-aws-lc-rs"] }
rand = "=0.10.2"
rcgen = { version = "=0.14.8", default-features = false, features = ["aws_lc_rs", "crypto", "pem"] }
redb = "=4.1.0"
redis = { version = "=1.2.1", default-features = false, features = ["script", "sentinel"] }
rkyv = { version = "=0.8.16", default-features = true }
rustls = { version = "=0.23.37", default-features = false, features = ["aws_lc_rs", "std"] }
rustls-pki-types = { version = "=1.14.1", features = ["std"] }
redis = { version = "=1.4.1", default-features = false, features = ["script", "sentinel"] }
rkyv = { version = "=0.8.17", default-features = true }
rustls = { version = "=0.23.42", default-features = false, features = ["aws_lc_rs", "std"] }
rustls-pki-types = { version = "=1.15.1", features = ["std"] }
rtrb = "=0.3.4"
serde = { version = "=1.0.228", features = ["derive"] }
serde_json = "=1.0.149"
serde = { version = "=1.0.229", features = ["derive"] }
serde_json = "=1.0.151"
sha2 = "=0.11.0"
signal-hook = "=0.4.4"
socket2 = "=0.6.3"
socket2 = "=0.6.5"
sockudo-ws = { git = "https://github.com/sockudo/sockudo-ws.git", default-features = false }
strum = { version = "=0.28.0", features = ["derive"] }
tempfile = "=3.27.0"
thiserror = "=2.0.18"
thiserror = "=2.0.19"
tracing = "=0.1.44"
tracing-opentelemetry = "=0.33.0"
tracing-subscriber = { version = "=0.3.23", features = ["env-filter", "fmt", "json", "registry"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/refract-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cluster-tests = []

[dependencies]
compio.workspace = true
futures-core = "=0.3.32"
futures-core = "=0.3.33"
openraft.workspace = true
quinn.workspace = true
redb.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/refract-roomstore-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
redis-integration = []

[dependencies]
futures-core = "=0.3.32"
futures-core = "=0.3.33"
redis.workspace = true
refract-core = { path = "../refract-core" }
refract-roomstore = { path = "../refract-roomstore" }
Expand Down
2 changes: 1 addition & 1 deletion crates/refract-roomstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
bincode.workspace = true
futures-core = "=0.3.32"
futures-core = "=0.3.33"
refract-core = { path = "../refract-core" }
rkyv.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/refract-rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ refract-crypto = { path = "../refract-crypto" }
refract-jitter = { path = "../refract-jitter" }
refract-router = { path = "../refract-router" }
refract-srtp = { path = "../refract-srtp" }
str0m = { version = "=0.19.0", default-features = false, features = ["aws-lc-rs"] }
str0m = { version = "=0.21.0", default-features = false, features = ["aws-lc-rs"] }
thiserror.workspace = true
tracing.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/refract-sfu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ refract-slab = { path = "../refract-slab" }
refract-srtp = { path = "../refract-srtp" }
refract-uring = { path = "../refract-uring" }
rtrb.workspace = true
rustc-hash = "=2.1.1"
rustc-hash = "=2.1.3"
thiserror.workspace = true
tracing.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/refract-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
arc-swap.workspace = true
refract-core = { path = "../refract-core" }
thiserror.workspace = true
wasmtime = { version = "=24.0.2", default-features = false, features = [
wasmtime = { version = "=46.0.1", default-features = false, features = [
"component-model",
"cranelift",
"runtime",
Expand Down
Loading