Skip to content

Commit

Permalink
Merge pull request #352 from GyulyVGC/dependabot/cargo/main/serde-1.0…
Browse files Browse the repository at this point in the history
….186
  • Loading branch information
GyulyVGC committed Aug 24, 2023
2 parents 29ae7f1 + b886650 commit 0d2a8d1
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.185", default_features = false, features = ["derive"] }
serde = { version = "1.0.186", default_features = false, features = ["derive"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
reqwest = { version = "0.11.20", default-features = false, features = ["json", "blocking", "rustls-tls"] }
dns-lookup = "2.0.2"
Expand Down

0 comments on commit 0d2a8d1

Please sign in to comment.