Skip to content

Commit

Permalink
chore(deps): bump the rust-patch group with 5 updates (#171)
Browse files Browse the repository at this point in the history
Bumps the rust-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.1` | `1.20.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` |
| [html2text](https://github.com/jugglerchris/rust-html2text) | `0.12.5` | `0.12.6` |


Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `once_cell` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.1...v1.20.2)

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

Updates `pin-project` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.5...v1.1.6)

Updates `html2text` from 0.12.5 to 0.12.6
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/0.12.6/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.12.5...0.12.6)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: html2text
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 0200f74 commit c446814
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 42 deletions.
67 changes: 29 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fake = { version = "2.10.0", features = ["derive", "chrono"] }
fdlimit = { version = "0.3.0", default-features = false }
feed-rs = { version = "1.5", default-features = false }
futures = { version = "0.3.30" }
futures-util = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
graphql_client = { version = "0.13.0", default-features = false }
headers = { version = "0.4.0" }
http = { version = "1.1" }
Expand All @@ -41,11 +41,11 @@ kvsd = { version = "0.1.3", default-features = false }
mockall = { version = "0.13.0" }
moka = { version = "0.12.8", features = ["future"] }
octocrab = { version = "0.38.0", features = ["rustls-webpki-tokio"] }
once_cell = { version = "1.20.1" }
once_cell = { version = "1.20.2" }
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
proptest = { version = "1.5.0" }
rand = { version = "0.8.5" }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls", "json"] }
schemars = { version = "0.8.21", default-features = false, features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1.0.128" }
Expand Down
2 changes: 1 addition & 1 deletion crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures-util = { workspace = true }
graphql_client = { workspace = true }
kvsd = { workspace = true }
moka = { workspace = true, features = ["future"] }
pin-project = "1.1.4"
pin-project = "1.1.6"
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.128"
Expand Down

0 comments on commit c446814

Please sign in to comment.