summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-06-21 01:53:36 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-06-21 01:56:27 +0200
commit3a5519d01216197024ba7166a16a971320bcd4fb (patch)
treed9593bf36f9e21996ec58cf489948d4d382c218b /widget/Cargo.toml
parent8ae4e28013ac2b4ae1c0a6d3b0672b59692e45d1 (diff)
downloadiced-3a5519d01216197024ba7166a16a971320bcd4fb.tar.gz
iced-3a5519d01216197024ba7166a16a971320bcd4fb.tar.bz2
iced-3a5519d01216197024ba7166a16a971320bcd4fb.zip
Update `ouroboros` dependency
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r--widget/Cargo.toml2
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]