Skip to content

Commit

Permalink
Merge pull request #332 from GyulyVGC/dependabot/cargo/main/serde-1.0…
Browse files Browse the repository at this point in the history
….181
  • Loading branch information
GyulyVGC authored Aug 4, 2023
2 parents 34f2716 + 1a5f9fc commit 84a92ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ iced = { version = "0.10.0", features = ["tokio", "svg", "advanced", "lazy"] }
plotters-iced = "0.9.0"
maxminddb = "0.23.0"
confy = "0.5.1"
serde = { version = "1.0.180", default_features = false, features = ["derive"] }
serde = { version = "1.0.181", default_features = false, features = ["derive"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
reqwest = { version = "0.11.18", default-features = false, features = ["json", "blocking", "rustls-tls"] }
dns-lookup = "2.0.2"
Expand Down

0 comments on commit 84a92ae

Please sign in to comment.