Skip to content

Commit 30b3237

Browse files
Bump reqwest from 0.13.2 to 0.13.3 (#121)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e2e42c commit 30b3237

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default-run = "odysseus-daemon"
77

88
[dependencies]
99
socketcan = { version = "3.5.0", features = ["tokio"] }
10-
reqwest = { version = "0.13.2", features = ["blocking", "multipart", "stream"] }
10+
reqwest = { version = "0.13.3", features = ["blocking", "multipart", "stream"] }
1111
clap = { version = "4.6.0", features = ["derive", "env"] }
1212
tokio = { version = "1.51.1", features = ["full", "tracing"] }
1313
chrono = { version = "0.4.42" }

0 commit comments

Comments
 (0)