summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-21 02:13:11 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-21 02:13:11 +0200
commit59bb5a99aaefa13f01735e0b6b127fa498be902f (patch)
tree8b5920e3e945a634dede2d3d19ad5562fcdd27ea /widget/Cargo.toml
parentb4ab444b0086d6eadbbdfc17bd6983d3f9a8d8e3 (diff)
parent3a5519d01216197024ba7166a16a971320bcd4fb (diff)
downloadiced-59bb5a99aaefa13f01735e0b6b127fa498be902f.tar.gz
iced-59bb5a99aaefa13f01735e0b6b127fa498be902f.tar.bz2
iced-59bb5a99aaefa13f01735e0b6b127fa498be902f.zip
Merge pull request #1925 from iced-rs/update/ouroboros
Update `ouroboros` dependency
Diffstat (limited to '')
-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]