Skip to content

Commit

Permalink
Merge pull request #526 from AleoHQ/dependabot/cargo/reqwest-0.11.0
Browse files Browse the repository at this point in the history
Bump reqwest from 0.10.10 to 0.11.0
  • Loading branch information
collinc97 authored Jan 12, 2021
2 parents 5f80cc4 + 9213fd4 commit eaf7598
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 23 deletions.
230 changes: 211 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ version = "0.7"
version = "0.6.1"

[dependencies.reqwest]
version = "0.10.10"
features = [ "blocking", "json" ]
version = "0.11.0"
features = [ "blocking", "json", "multipart" ]

[dependencies.self_update]
version = "0.22.0"
Expand Down
4 changes: 2 additions & 2 deletions grammar/tests/serialization/expected_ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
}
},
"span": {
"input": "function main() {\n return 1 + 1\n}\n",
"input": "function main() {\n return 1 + 1\n}",
"start": 0,
"end": 37
"end": 36
}
}
}
Expand Down

0 comments on commit eaf7598

Please sign in to comment.