diff options
author | 2023-06-21 02:13:11 +0200 | |
---|---|---|
committer | 2023-06-21 02:13:11 +0200 | |
commit | 59bb5a99aaefa13f01735e0b6b127fa498be902f (patch) | |
tree | 8b5920e3e945a634dede2d3d19ad5562fcdd27ea /widget/Cargo.toml | |
parent | b4ab444b0086d6eadbbdfc17bd6983d3f9a8d8e3 (diff) | |
parent | 3a5519d01216197024ba7166a16a971320bcd4fb (diff) | |
download | iced-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.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] |