Bump kittycad-modeling-cmds from 0.2.21 to 0.2.22 in /src/wasm-lib (#2273)

Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api) from 0.2.21 to 0.2.22.
- [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.21...kittycad-modeling-cmds-0.2.22)

---
updated-dependencies:
- dependency-name: kittycad-modeling-cmds
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-01 16:31:00 -07:00
committed by GitHub
parent cd3a2fea07
commit b3a09abe01
2 changed files with 17 additions and 30 deletions

View File

@ -1808,16 +1808,16 @@ dependencies = [
[[package]]
name = "interceptor"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5927883184e6a819b22d5e4f5f7bc7ca134fde9b2026fbddd8d95249746ba21e"
checksum = "5b12e186d2a4c21225df6beb8ae5d81817c928da12e7ce78d0953fc74d88b590"
dependencies = [
"async-trait",
"bytes",
"log",
"rand 0.8.5",
"rtcp",
"rtp 0.9.0",
"rtp",
"thiserror",
"tokio",
"waitgroup",
@ -2048,9 +2048,9 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds"
version = "0.2.21"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e326955e8f315590a1926c17ff6a6082d3013f472c881aba56d73bfa170cf5b3"
checksum = "ef6326553271cfb08d0143d9329f38cde162d5a0dcba1bd717c763d5361700d7"
dependencies = [
"anyhow",
"chrono",
@ -3239,19 +3239,6 @@ dependencies = [
"webrtc-util",
]
[[package]]
name = "rtp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e60482acbe8afb31edf6b1413103b7bca7a65004c423b3c3993749a083994fbe"
dependencies = [
"bytes",
"rand 0.8.5",
"serde",
"thiserror",
"webrtc-util",
]
[[package]]
name = "rtp"
version = "0.10.0"
@ -4795,9 +4782,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webrtc"
version = "0.9.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91e7cf018f7185552bf6a5dd839f4ed9827aea33b746763c9a215f84a0d0b34"
checksum = "1fbdf025f0fa62f4bf252b2fb0cff0a04d3eac2021c440096649e62f4e48553d"
dependencies = [
"arc-swap",
"async-trait",
@ -4810,9 +4797,9 @@ dependencies = [
"rand 0.8.5",
"rcgen",
"regex",
"ring 0.16.20",
"ring 0.17.8",
"rtcp",
"rtp 0.9.0",
"rtp",
"rustls 0.21.11",
"sdp",
"serde",
@ -4852,9 +4839,9 @@ dependencies = [
[[package]]
name = "webrtc-dtls"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b140b953f986e97828aa33ec6318186b05d862bee689efbc57af04a243e832"
checksum = "188ce061a2371bdf4df54b136c89a6df243ed0ef6b03431b4bd18482cd718dfe"
dependencies = [
"aes",
"aes-gcm",
@ -4872,7 +4859,7 @@ dependencies = [
"rand 0.8.5",
"rand_core 0.6.4",
"rcgen",
"ring 0.16.20",
"ring 0.17.8",
"rustls 0.21.11",
"sec1",
"serde",
@ -4932,7 +4919,7 @@ dependencies = [
"byteorder",
"bytes",
"rand 0.8.5",
"rtp 0.10.0",
"rtp",
"thiserror",
]
@ -4955,9 +4942,9 @@ dependencies = [
[[package]]
name = "webrtc-srtp"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db1f36c1c81e4b1e531c0b9678ba0c93809e196ce62122d87259bb71c03b9f"
checksum = "383b0f0f73ee6cce396bdbc4d54ec661861a59eae9fc988914c1a8d82c5ac272"
dependencies = [
"aead",
"aes",
@ -4968,7 +4955,7 @@ dependencies = [
"hmac",
"log",
"rtcp",
"rtp 0.9.0",
"rtp",
"sha1",
"subtle",
"thiserror",

View File

@ -66,7 +66,7 @@ kittycad = { version = "0.3.0", default-features = false, features = ["js", "req
kittycad-execution-plan = "0.1.5"
kittycad-execution-plan-macros = "0.1.9"
kittycad-execution-plan-traits = "0.1.14"
kittycad-modeling-cmds = "0.2.21"
kittycad-modeling-cmds = "0.2.22"
kittycad-modeling-session = "0.1.4"
[[test]]