Skip to content

Commit

Permalink
Merge pull request #71 from sdr-enthusiasts/dependabot/cargo/tokio-1.…
Browse files Browse the repository at this point in the history
…39.1

chore(deps): Bump tokio from 1.38.0 to 1.39.1
  • Loading branch information
fredclausen authored Jul 28, 2024
2 parents b8617e8 + 00061db commit 8a81562
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 @@ -18,7 +18,7 @@ hex = { version = "0.4.3", optional = true }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
log = "0.4.22"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.1", features = ["full"] }
sdre-rust-logging = "0.3.3"
deku = { version = "0.17.0", optional = true }
custom_error = "1.9.2"
Expand Down

0 comments on commit 8a81562

Please sign in to comment.