Skip to content

Commit

Permalink
build(deps): bump tokio from 1.40.0 to 1.41.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 23e3582 commit c0590fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ biscuit = { version = "0.6.0-beta1", git = "https://github.com/beltram/biscuit",
clap = { version = "4.5", default-features = false, features = ["std"] }
console = { version = "0.15", default-features = false }
json-patch = { version = "0.3", default-features = false }
tokio = { version = "1.40", default-features = false }
tokio = { version = "1.41", default-features = false }
hyper = { version = "1.4", default-features = false }
wasm-bindgen-test = { version = "0.3", default-features = false }
webbrowser = { version = "0.8", default-features = false }
Expand Down

0 comments on commit c0590fa

Please sign in to comment.