summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2022-09-03 20:11:56 +0200
committerGitHub <noreply@github.com>2022-09-03 20:11:56 +0200
commita58a5ca7697526ff79cdfc3ed97e34b2de84ce15 (patch)
tree8c02d64a189bc3a21eee2564843a5c2779abcad6 /Cargo.lock
parent28a002929abcad318b2e11779fb821075623c327 (diff)
fix osc params 1024 byte limit (#1711)
* update vte to v0.11.0, and turn off it's default-features * vte's default includes no_std, and in that case the osc params buffer is capped at 1024 bytes * add changelog entry
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30505e9db..8130b6aa8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2352,7 +2352,7 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
dependencies = [
- "vte",
+ "vte 0.10.1",
]
[[package]]
@@ -2824,6 +2824,16 @@ dependencies = [
]
[[package]]
+name = "vte"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1aae21c12ad2ec2d168c236f369c38ff332bc1134f7246350dca641437365045"
+dependencies = [
+ "utf8parse",
+ "vte_generate_state_changes",
+]
+
+[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3405,7 +3415,7 @@ dependencies = [
"thiserror",
"unicode-width",
"url",
- "vte",
+ "vte 0.11.0",
]
[[package]]