aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-20 11:35:16 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-20 11:35:16 +0200
commit0ce9e138d2e143a363c020624d75d4c040bc4a70 (patch)
tree728c31ef9af40fd524b8195c6055c34a8edbf61b /Cargo.lock
parente42edddd33382855202ff2f17e6b77d65f6ad152 (diff)
downloadodr-dabmux-gui-0ce9e138d2e143a363c020624d75d4c040bc4a70.tar.gz
odr-dabmux-gui-0ce9e138d2e143a363c020624d75d4c040bc4a70.tar.bz2
odr-dabmux-gui-0ce9e138d2e143a363c020624d75d4c040bc4a70.zip
Update Cargo.lock
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e47997..79299e3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1715,7 +1715,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -1765,6 +1765,15 @@ dependencies = [
]
[[package]]
+name = "windows-sys"
+version = "0.59.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
+dependencies = [
+ "windows-targets 0.52.6",
+]
+
+[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"