chore(deps): upgrade dirs to v6

This commit is contained in:
Rudxain 2025-07-06 01:37:37 -04:00 committed by Anonymoussaurus
commit 2069dbf6c3
2 changed files with 51 additions and 31 deletions

80
Cargo.lock generated
View file

@ -70,7 +70,7 @@ dependencies = [
"ndk-context",
"ndk-sys",
"num_enum",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -536,7 +536,7 @@ dependencies = [
"polling",
"rustix 0.38.44",
"slab",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -550,7 +550,7 @@ dependencies = [
"polling",
"rustix 0.38.44",
"slab",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -659,7 +659,7 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c"
dependencies = [
"thiserror",
"thiserror 1.0.69",
"x11rb",
]
@ -934,23 +934,23 @@ dependencies = [
[[package]]
name = "dirs"
version = "5.0.1"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
"windows-sys 0.60.2",
]
[[package]]
@ -1538,7 +1538,7 @@ checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
dependencies = [
"log",
"presser",
"thiserror",
"thiserror 1.0.69",
"winapi",
"windows",
]
@ -1614,7 +1614,7 @@ dependencies = [
"com",
"libc",
"libloading 0.8.8",
"thiserror",
"thiserror 1.0.69",
"widestring",
"winapi",
]
@ -1673,7 +1673,7 @@ dependencies = [
"iced_widget",
"iced_winit",
"image",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -1689,7 +1689,7 @@ dependencies = [
"palette",
"raw-window-handle",
"smol_str",
"thiserror",
"thiserror 1.0.69",
"web-time",
"xxhash-rust",
]
@ -1725,7 +1725,7 @@ dependencies = [
"once_cell",
"raw-window-handle",
"rustc-hash",
"thiserror",
"thiserror 1.0.69",
"unicode-segmentation",
"xxhash-rust",
]
@ -1740,7 +1740,7 @@ dependencies = [
"iced_tiny_skia",
"iced_wgpu",
"log",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -1752,7 +1752,7 @@ dependencies = [
"iced_core",
"iced_futures",
"raw-window-handle",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -1811,7 +1811,7 @@ dependencies = [
"iced_runtime",
"iced_style",
"num-traits",
"thiserror",
"thiserror 1.0.69",
"unicode-segmentation",
]
@ -1825,7 +1825,7 @@ dependencies = [
"iced_runtime",
"iced_style",
"log",
"thiserror",
"thiserror 1.0.69",
"tracing",
"web-sys",
"winapi",
@ -2005,7 +2005,7 @@ dependencies = [
"combine",
"jni-sys",
"log",
"thiserror",
"thiserror 1.0.69",
"walkdir",
"windows-sys 0.45.0",
]
@ -2286,7 +2286,7 @@ dependencies = [
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"thiserror 1.0.69",
"unicode-xid",
]
@ -2302,7 +2302,7 @@ dependencies = [
"ndk-sys",
"num_enum",
"raw-window-handle",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@ -3003,13 +3003,13 @@ dependencies = [
[[package]]
name = "redox_users"
version = "0.4.6"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror",
"thiserror 2.0.12",
]
[[package]]
@ -3375,7 +3375,7 @@ dependencies = [
"log",
"memmap2 0.9.5",
"rustix 0.38.44",
"thiserror",
"thiserror 1.0.69",
"wayland-backend",
"wayland-client",
"wayland-csd-frame",
@ -3400,7 +3400,7 @@ dependencies = [
"log",
"memmap2 0.9.5",
"rustix 0.38.44",
"thiserror",
"thiserror 1.0.69",
"wayland-backend",
"wayland-client",
"wayland-csd-frame",
@ -3594,7 +3594,16 @@ version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.12",
]
[[package]]
@ -3608,6 +3617,17 @@ dependencies = [
"syn 2.0.104",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.104",
]
[[package]]
name = "tiff"
version = "0.9.1"
@ -4281,7 +4301,7 @@ dependencies = [
"raw-window-handle",
"rustc-hash",
"smallvec",
"thiserror",
"thiserror 1.0.69",
"web-sys",
"wgpu-hal",
"wgpu-types",
@ -4325,7 +4345,7 @@ dependencies = [
"renderdoc-sys",
"rustc-hash",
"smallvec",
"thiserror",
"thiserror 1.0.69",
"wasm-bindgen",
"web-sys",
"wgpu-types",
@ -4400,7 +4420,7 @@ dependencies = [
"clipboard_wayland",
"clipboard_x11",
"raw-window-handle",
"thiserror",
"thiserror 1.0.69",
]
[[package]]

View file

@ -29,7 +29,7 @@ chrono = { version = "^0.4", default-features = false, features = [
log = "^0.4"
regex = "^1.10.2"
toml = "^0"
dirs = "^5.0.0"
dirs = "^6"
ureq = { version = "2", features = ["json"] }
retry = "^2.0.0"
iced = { version = "^0.12.0", features = ["advanced", "image"] }