Skip to content

fix(deps): update dependency dcli to v7 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: transitive
description:
name: circular_buffer
sha256: "2889afcfc97aa0d9a4930ae5fdf206aea7d0ac88a3649acec9130565cd8f45d8"
sha256: b3a315fef3fee7fe58879643fc8ce21c7c2449d01c1a8a396dc9e24687f335c4
url: "https://pub.dev"
source: hosted
version: "0.11.0"
version: "0.12.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -101,34 +101,34 @@ packages:
dependency: "direct main"
description:
name: dcli
sha256: "52aad8fb2c708ae758fee0ac73fa412e5f62b508d92321e527dba4d88642757c"
sha256: a072e023f273766981def8361e1e60051f60693ff507e05035cdaf6b79330660
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "7.0.0"
dcli_common:
dependency: transitive
description:
name: dcli_common
sha256: "4b3b38addb43fec11e9ef2628e78d2dcdf6b3a319864c3e5b3d980898c6c6e13"
sha256: "9615d4189bdec029d4fcfa4800844d56b2933f44082d8529388ece7e91f40684"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "7.0.0"
dcli_core:
dependency: transitive
description:
name: dcli_core
sha256: a8d50195efd51a27f56d26ff4bca8ab301f4e3848395e0b35c5a2e44aa6ca436
sha256: "5f4e712570f965e94ac58e306d2fc2a2611cd6b71fa7d96206f5d0ca2257a8b0"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "7.0.0"
dcli_terminal:
dependency: transitive
description:
name: dcli_terminal
sha256: a3c42e47166b6c878565f38f9432d3354b24255f8230f8c4baf5dc701909f12d
sha256: "457ccca3d5a0f1a410bdd8815668ce6a2a91519e6467c3c51794303090786d22"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "7.0.0"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -261,10 +261,10 @@ packages:
dependency: transitive
description:
name: mime
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "2.0.0"
multicast_dns:
dependency: "direct main"
description:
Expand All @@ -277,10 +277,10 @@ packages:
dependency: transitive
description:
name: native_synchronization_temp
sha256: "95ccdee4c0ab7440e7d86ef76af63013cc0c379485d5e0339a7b59de6e58091e"
sha256: f9ad36a5054c606db10e3dc0c9c352e6d0d56d08621af5c470abf9fa41da40fa
url: "https://pub.dev"
source: hosted
version: "0.4.0"
version: "0.7.1"
path:
dependency: "direct main"
description:
Expand Down Expand Up @@ -325,10 +325,10 @@ packages:
dependency: transitive
description:
name: scope
sha256: "80cf1cb727791fdaaa4131817974a6084815ed59b9ab02ef352c3a1badea488b"
sha256: "0b056e5b64ca16a2db9e1eb35cf7fd05a9e99a6b15140f82bfa651d081e4819b"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "5.1.0"
settings_yaml:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
sdk: '^3.3.0'

dependencies:
dcli: ^6.0.0
dcli: ^7.0.0
http: ^1.0.0
multicast_dns: ^0.3.0
path: ^1.8.3
Expand Down