Skip to content

Commit

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

chore(deps): Bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
fredclausen authored Oct 28, 2024
2 parents de8b472 + e950615 commit 210627f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 rust/oxide-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ oxide-config = { path = "../oxide-config" }
oxide-scanner = { path = "../oxide-scanner" }
oxide-decoders = { path = "../oxide-decoders" }
sdre-rust-logging = "0.3.4"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
array-init = "2.1.0"
2 changes: 1 addition & 1 deletion rust/oxide-decoders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rust-version.workspace = true
log = "0.4.22"
custom_error = "1.9.2"
num = "0.4.3"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
oxide-helpers = { path = "../oxide-helpers" }
# num-complex = "0.4.3"
2 changes: 1 addition & 1 deletion rust/oxide-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
log = "0.4.22"
oxide-decoders = { path = "../oxide-decoders" }
2 changes: 1 addition & 1 deletion rust/oxide-rtlsdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ ctrlc = "3.4.5"
num = "0.4.3"
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
array-init = "2.1.0"
# num-complex = "0.4.3"
2 changes: 1 addition & 1 deletion rust/oxide-scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-decoders = { path = "../oxide-decoders" }
oxide-output = { path = "../oxide-output" }
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }

0 comments on commit 210627f

Please sign in to comment.