Skip to content

Commit

Permalink
Bump the default group with 4 updates (#247)
Browse files Browse the repository at this point in the history
Bumps the default group with 4 updates: [reqwest](https://github.com/seanmonstar/reqwest), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio).


Updates `reqwest` from 0.12.5 to 0.12.7
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7)

Updates `serde` from 1.0.204 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.209)

Updates `serde_json` from 1.0.122 to 1.0.127
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.122...1.0.127)

Updates `tokio` from 1.39.2 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 569d208 commit 9a1b9a1
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 101 deletions.
151 changes: 54 additions & 97 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
reqwest = { version = "0.12.5", features = [ "json" ], default-features = false }
serde = { version = "1.0.204", features = [ "derive" ] }
serde_json = "1.0.122"
reqwest = { version = "0.12.7", features = [ "json" ], default-features = false }
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.127"
thiserror = "1.0.63"
url = { version = "2.5.2", features = [ "serde" ] }

[dev-dependencies]
tokio = { version = "1.39.2", features = [ "macros", "fs" ] }
tokio = { version = "1.40.0", features = [ "macros", "fs" ] }

[features]
default = [ "native-tls" ]
Expand Down

0 comments on commit 9a1b9a1

Please sign in to comment.