Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.37.0 to 1.38.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https:/tokio-rs/tokio) from 1.37.0 to 1.38.0.
- [Release notes](https:/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.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 Jun 3, 2024
1 parent ca6e5c0 commit 6430c1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 goldboot-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ goldboot-image = { path="../goldboot-image", version = "0.0.4" }
goldboot = { path="../goldboot", version = "0.0.9" }
reqwest = { version = "0.11.22", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ssh-key = { version = "0.6.4", features = ["ed25519"] }
strum = { version = "0.26.1", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.10.0"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
tower-http = { version = "0.5.2", features = ["fs", "trace"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 6430c1f

Please sign in to comment.