From 30a14e9dfe6494677d045bb0346bf78b9d1748e3 Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:09:50 +0200 Subject: [PATCH] Update sysinfo (#161) * Update sysinfo * Update changelog --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }