Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.41.0 to 1.41.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent d45201f commit aa66071
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [
axoprocess = "0.2.0"
camino = { version = "1.1.9", features = ["serde1"] }
tempfile = "3.13.0"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }

[[bin]]
name = "axoupdater"
Expand Down
4 changes: 2 additions & 2 deletions axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ url = "2.5.2"
gazenot = { version = "0.3.3", features = ["client_lib"], optional = true }

# blocking API
tokio = { version = "1.36.0", features = ["full"], optional = true }
tokio = { version = "1.41.1", features = ["full"], optional = true }

# errors
miette = "7.2.0"
Expand All @@ -41,6 +41,6 @@ thiserror = "1.0.58"
self-replace = "1.5.0"

[dev-dependencies]
tokio = { version = "1.36.0", features = ["test-util"] }
tokio = { version = "1.41.1", features = ["test-util"] }
httpmock = "0.7.0"
serial_test = "3.1.1"

0 comments on commit aa66071

Please sign in to comment.