Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [mockall](https://github.com/asomers/mockall) | `0.13.0` | `0.13.1` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.1` | `0.6.2` |
| [html2text](https://github.com/jugglerchris/rust-html2text) | `0.13.3` | `0.13.4` |
| [tui-widgets](https://github.com/joshka/tui-widgets) | `0.4.0` | `0.4.1` |


Updates `mockall` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.0...v0.13.1)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `tower-http` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2)

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

Updates `tui-widgets` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](joshka/tui-widgets@tui-widgets-v0.4.0...tui-widgets-v0.4.1)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: tower-http
  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
- dependency-name: tui-widgets
  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 Nov 24, 2024
1 parent d4779d9 commit 16ee46d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 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 @@ -38,7 +38,7 @@ insta = { version = "1.41" }
itertools = { version = "0.13", default-features = false, features = ["use_std"] }
jsonwebtoken = { version = "9.3.0" }
kvsd = { version = "0.1.3", default-features = false }
mockall = { version = "0.13.0" }
mockall = { version = "0.13.1" }
moka = { version = "0.12.8", features = ["future"] }
nom = { version = "8.0.0-alpha2", default-features = false, features = ["std"] }
octocrab = { version = "0.38.0", features = ["rustls-webpki-tokio"] }
Expand All @@ -57,7 +57,7 @@ tokio-util = { version = "0.7.12" }
toml = { version = "0.8.19" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["smallvec", "fmt", "ansi", "std", "env-filter", "time"], default-features = false }
url = { version = "2.5.3" }
url = { version = "2.5.4" }

[profile.bench]
# To enable framegraph
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 @@ -45,7 +45,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"
tokio-metrics = { version = "0.3.1", default-features = false, features = ["rt"] }
tokio-util = { workspace = true }
tower = { version = "0.5.1", default-features = false, features = ["limit", "timeout"] }
tower-http = { version = "0.6.1", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
tower-http = { version = "0.6.2", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
tracing = { workspace = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ edit = "0.1.5"
either = { workspace = true }
futures-util = { workspace = true }
graphql_client = { workspace = true, features = ["graphql_query_derive"] }
html2text = { version = "0.13.3" }
html2text = { version = "0.13.4" }
itertools = { workspace = true }
nom = { workspace = true }
nucleo = "0.5.0"
Expand All @@ -52,7 +52,7 @@ toml = { workspace = true }
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = { workspace = true }
tui-widgets = { version = "0.4.0", default-features = false, features = ["big-text"] }
tui-widgets = { version = "0.4.1", default-features = false, features = ["big-text"] }
unicode-segmentation = "1.12.0"
update-informer = { version = "1.1.0", default-features = false, features = ["crates", "reqwest", "rustls-tls"] }
url = { workspace = true }
Expand Down

0 comments on commit 16ee46d

Please sign in to comment.