summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Cho Yunjin <kmoon2437@gmail.com>2024-07-16 17:19:58 +0900
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-08-04 05:08:47 +0200
commit5dc668f901032a076c7b9ff46254c0a0b9d3e663 (patch)
treead3417ef888b1814b3810cb20657cd049a573e73 /Cargo.toml
parent169667ef1b4fa754ed1edb5fa0e845aede2638fb (diff)
downloadiced-5dc668f901032a076c7b9ff46254c0a0b9d3e663.tar.gz
iced-5dc668f901032a076c7b9ff46254c0a0b9d3e663.tar.bz2
iced-5dc668f901032a076c7b9ff46254c0a0b9d3e663.zip
update version of "web-sys" to 0.3.69
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa2d950e..65c5007e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -175,7 +175,7 @@ unicode-segmentation = "1.0"
url = "2.5"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"
-web-sys = "=0.3.67"
+web-sys = "0.3.69"
web-time = "1.1"
wgpu = "0.19"
winapi = "0.3"