Skip to content

Commit a79e0ad

Browse files
build(deps): bump tokio from 1.41.0 to 1.41.1 (#4)
Bumps [tokio](https://github.com/tokio-rs/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: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d9a8e0 commit a79e0ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ serde-env = "0.2.0"
3434
serde_json = "1.0.132"
3535
serenity = { version = "0.12.0", features = ["full"] }
3636
thiserror = "1.0.65"
37-
tokio = { version = "1.41.0", features = ["full"] }
37+
tokio = { version = "1.41.1", features = ["full"] }
3838
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde", "macro-diagnostics"] }

0 commit comments

Comments
 (0)