Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jan 20, 2024
1 parent bcf31b4 commit 618929e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gfx-glyph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4"

[dev-dependencies]
cgmath = "0.18"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
gfx_device_gl = "0.16"
glutin = "0.31"
glutin-winit = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion glyph-brush/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ features = ["std"]
[dev-dependencies]
approx = "0.5"
criterion = "0.5"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
gl = "0.14"
glutin = "0.31"
glutin-winit = "0.4"
Expand Down

0 comments on commit 618929e

Please sign in to comment.