Skip to content

Commit 16ee46d

Browse files
chore(deps): bump the rust-patch group with 5 updates (#198)
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>
1 parent d4779d9 commit 16ee46d

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ insta = { version = "1.41" }
3838
itertools = { version = "0.13", default-features = false, features = ["use_std"] }
3939
jsonwebtoken = { version = "9.3.0" }
4040
kvsd = { version = "0.1.3", default-features = false }
41-
mockall = { version = "0.13.0" }
41+
mockall = { version = "0.13.1" }
4242
moka = { version = "0.12.8", features = ["future"] }
4343
nom = { version = "8.0.0-alpha2", default-features = false, features = ["std"] }
4444
octocrab = { version = "0.38.0", features = ["rustls-webpki-tokio"] }
@@ -57,7 +57,7 @@ tokio-util = { version = "0.7.12" }
5757
toml = { version = "0.8.19" }
5858
tracing = { version = "0.1.40" }
5959
tracing-subscriber = { version = "0.3.18", features = ["smallvec", "fmt", "ansi", "std", "env-filter", "time"], default-features = false }
60-
url = { version = "2.5.3" }
60+
url = { version = "2.5.4" }
6161

6262
[profile.bench]
6363
# To enable framegraph

crates/synd_api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"
4545
tokio-metrics = { version = "0.3.1", default-features = false, features = ["rt"] }
4646
tokio-util = { workspace = true }
4747
tower = { version = "0.5.1", default-features = false, features = ["limit", "timeout"] }
48-
tower-http = { version = "0.6.1", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
48+
tower-http = { version = "0.6.2", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
4949
tracing = { workspace = true }
5050

5151
[features]

crates/synd_term/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ edit = "0.1.5"
3434
either = { workspace = true }
3535
futures-util = { workspace = true }
3636
graphql_client = { workspace = true, features = ["graphql_query_derive"] }
37-
html2text = { version = "0.13.3" }
37+
html2text = { version = "0.13.4" }
3838
itertools = { workspace = true }
3939
nom = { workspace = true }
4040
nucleo = "0.5.0"
@@ -52,7 +52,7 @@ toml = { workspace = true }
5252
tracing = { workspace = true }
5353
tracing-appender = "0.2.3"
5454
tracing-subscriber = { workspace = true }
55-
tui-widgets = { version = "0.4.0", default-features = false, features = ["big-text"] }
55+
tui-widgets = { version = "0.4.1", default-features = false, features = ["big-text"] }
5656
unicode-segmentation = "1.12.0"
5757
update-informer = { version = "1.1.0", default-features = false, features = ["crates", "reqwest", "rustls-tls"] }
5858
url = { workspace = true }

0 commit comments

Comments
 (0)