Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Apr 19, 2024
1 parent d4b68bd commit e94aa89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ anyhow = "1.0.82"
# Networking
reqwest = { version = "0.12.3", features = ["blocking"] }
# Parsing
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
semver = "1.0.22"
# GUI
eframe = { version = "0.27.2", features = ["wgpu"] }
Expand Down

0 comments on commit e94aa89

Please sign in to comment.