diff --git a/Cargo.toml b/Cargo.toml index 0122018..009662f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ stretch = "0.3.2" ab_glyph = "0.2.23" [dev-dependencies] -glfw = "0.42.0" +glfw = "0.50.0" serde = { version = "1.0", features = ["derive"] } reqwest = { version = "0.11", features = ["blocking", "json"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] }