Skip to content

Commit ea99342

Browse files
chore(deps): bump the rust-patch group with 6 updates (#206)
Bumps the rust-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` | | [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.11` | `7.0.12` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.11` | `7.0.12` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` | Updates `anyhow` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) Updates `async-graphql` from 7.0.11 to 7.0.12 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits/v7.0.12) Updates `thiserror` from 2.0.3 to 2.0.6 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.6) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `async-graphql-axum` from 7.0.11 to 7.0.12 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits/v7.0.12) Updates `tokio-stream` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-graphql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-graphql-axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: tokio-stream 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 47edd29 commit ea99342

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

Cargo.lock

+28-29
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
@@ -51,9 +51,9 @@ schemars = { version = "0.8.21", default-features = false, features =
5151
serde = { version = "1", features = ["derive"] }
5252
serde_json = { version = "1.0.133" }
5353
tempfile = { version = "3" }
54-
thiserror = { version = "2.0.3" }
54+
thiserror = { version = "2.0.6" }
5555
tokio = { version = "1.41", default-features = false }
56-
tokio-util = { version = "0.7.12" }
56+
tokio-util = { version = "0.7.13" }
5757
toml = { version = "0.8.19" }
5858
tracing = { version = "0.1.41" }
5959
tracing-subscriber = { version = "0.3.19", features = ["smallvec", "fmt", "ansi", "std", "env-filter", "time"], default-features = false }

crates/synd_term/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde = { workspace = true, features = ["derive"] }
4747
serde_json = "1.0.133"
4848
thiserror = { workspace = true }
4949
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "time"] }
50-
tokio-stream = { version = "0.1.16", optional = true }
50+
tokio-stream = { version = "0.1.17", optional = true }
5151
toml = { workspace = true }
5252
tracing = { workspace = true }
5353
tracing-appender = "0.2.3"

0 commit comments

Comments
 (0)