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]
|
||||
rusqlite = "0.31.0"
|
||||
anyhow = { version = "1.0.83", features = ["backtrace"] }
|
||||
reqwest = "0.11.27"
|
||||
reqwest = "0.12.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
futures = "0.3.30"
|
||||
|
|
|
@ -50,7 +50,7 @@ dev_dependencies:
|
|||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# 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
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
Loading…
Reference in a new issue