Skip to content

Commit 90cf3e0

Browse files
Bump the backend group with 2 updates (#696)
Bumps the backend group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [tokio](https://github.com/tokio-rs/tokio). Updates `anyhow` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.92...1.0.93) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea2bfc7 commit 90cf3e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.81"
1414

1515
[workspace.dependencies]
16-
anyhow = "1.0.92"
16+
anyhow = "1.0.93"
1717
async-trait = "0.1.83"
1818
axum = { version = "0.7.7", features = ["macros"] }
1919
bincode = "1.3.3"
@@ -46,7 +46,7 @@ time = { version = "0.3.36", features = [
4646
"parsing",
4747
"serde",
4848
] }
49-
tokio = { version = "1.41.0", features = [
49+
tokio = { version = "1.41.1", features = [
5050
"macros",
5151
"process",
5252
"rt-multi-thread",

0 commit comments

Comments
 (0)