diff --git a/.gitignore b/.gitignore index 61ba81e2..2835aaa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /target .vscode/ +.direnv/ .idea/ flamegraph.svg perf.data diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 576c9394..bd4065bc 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -42,7 +42,7 @@ ts-rs = { version = "10.1.0", optional = true, features = [ "serde-json-impl", ] } uuid = { version = "1.12.1", features = ["serde", "v4", "js"] } -webrtc = { version = "0.11", optional = true } +webrtc = { version = "0.12", optional = true } [lints] workspace = true