diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a60411..2b41c5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased ### 🔧 Changes - Use path edit as file to save [#160](https://github.com/fluxxcode/egui-file-dialog/pull/160) +- Updated sysinfo to version `0.32` [#161](https://github.com/fluxxcode/egui-file-dialog/pull/161) ## 2024-10-01 - v0.7.0 - egui update and QoL changes ### 🚨 Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index fe0813ab..57055974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ egui = "0.29.1" directories = "5.0" # Used to fetch disks -sysinfo = { version = "0.31", default-features = false, features = ["disk"] } +sysinfo = { version = "0.32", default-features = false, features = ["disk"] } # Used for persistent storage serde = { version = "1", features = ["derive"], optional = true }