Compare commits

...

3 commits

Author SHA1 Message Date
964ba8965d Update Rust crate reqwest to 0.12.4
Some checks failed
Home Server Merge / Serial Reader (pull_request) Failing after 23m11s
2024-05-16 09:02:41 +00:00
1a7b4dacfa Merge pull request 'Update dependency flutter_lints to v4' (#64) from renovate/flutter_lints-4.x into master
Reviewed-on: #64
2024-05-16 07:32:29 +00:00
c11b89b95d Update dependency flutter_lints to v4
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 23m17s
2024-05-09 18:02:33 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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