diff options
author | 2023-06-21 01:53:36 +0200 | |
---|---|---|
committer | 2023-06-21 01:56:27 +0200 | |
commit | 3a5519d01216197024ba7166a16a971320bcd4fb (patch) | |
tree | d9593bf36f9e21996ec58cf489948d4d382c218b /widget/Cargo.toml | |
parent | 8ae4e28013ac2b4ae1c0a6d3b0672b59692e45d1 (diff) | |
download | iced-3a5519d01216197024ba7166a16a971320bcd4fb.tar.gz iced-3a5519d01216197024ba7166a16a971320bcd4fb.tar.bz2 iced-3a5519d01216197024ba7166a16a971320bcd4fb.zip |
Update `ouroboros` dependency
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r-- | widget/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml index 40e4db37..14aae72e 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -28,7 +28,7 @@ version = "0.8" path = "../style" [dependencies.ouroboros] -version = "0.13" +version = "0.17" optional = true [dependencies.qrcode] |