Compare commits
3 commits
4c3400cd2d
...
964ba8965d
Author | SHA1 | Date | |
---|---|---|---|
964ba8965d | |||
1a7b4dacfa | |||
c11b89b95d |
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.31.0"
|
rusqlite = "0.31.0"
|
||||||
anyhow = { version = "1.0.83", features = ["backtrace"] }
|
anyhow = { version = "1.0.83", features = ["backtrace"] }
|
||||||
reqwest = "0.11.27"
|
reqwest = "0.12.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
|
|
|
@ -50,7 +50,7 @@ dev_dependencies:
|
||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^3.0.0
|
flutter_lints: ^4.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
Loading…
Reference in a new issue