summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-08-04 05:17:53 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-04 05:17:53 +0200
commit9cccaebb04944f2295cadff716d9708f4caa5642 (patch)
treead3417ef888b1814b3810cb20657cd049a573e73 /Cargo.toml
parent169667ef1b4fa754ed1edb5fa0e845aede2638fb (diff)
parent5dc668f901032a076c7b9ff46254c0a0b9d3e663 (diff)
downloadiced-9cccaebb04944f2295cadff716d9708f4caa5642.tar.gz
iced-9cccaebb04944f2295cadff716d9708f4caa5642.tar.bz2
iced-9cccaebb04944f2295cadff716d9708f4caa5642.zip
Merge pull request #2507 from kmoon2437/master
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"