Skip to content

Commit 581d24f

Browse files
committed
update dependencies
1 parent 32197f7 commit 581d24f

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing
2-
Code and documentation PRs are always welcome. Just remember to list out introduced changes.
2+
Code contributions and documentation improvements are always welcome! Please include a clear description of the changes introduced in your pull requests.
33

4-
If you want to suggest some improvements, report a bug, discuss a functionality, etc., feel free to open an issue.
4+
For suggestions, bug reports, or feature requests, please open an issue.

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/request.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! creating and sending HTTP requests
2+
23
use crate::{
34
chunked::ChunkReader,
45
error,

0 commit comments

Comments
 (0)