Skip to content

Commit

Permalink
Bump futures from 0.3.30 to 0.3.31
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent d8afb57 commit a8ee777
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 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 samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] }
[dev-dependencies]
memmap2 = "0.9.4"
anyhow = "1.0.86"
futures = "0.3.5"
futures = "0.3.31"
assert-json-diff = "2.0.1"
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ linux-perf-data = "0.10.0"
[dev-dependencies]
memmap2 = "0.9.4"
anyhow = "1.0.86"
futures = "0.3.5"
futures = "0.3.31"
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = { version = "0.12", default-features = false, features = [
] }
anyhow = "1.0.86"
tempfile = "3.10.1"
futures = "0.3.5"
futures = "0.3.31"
cab = "0.6.0"
flate2 = "1.0"
tar = "0.4.41"
Expand Down
2 changes: 1 addition & 1 deletion tools/dump_table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ samply-symbols = { path = "../../samply-symbols" }
clap = { version = "4", features = ["derive"] }
memmap2 = "0.9.4"
anyhow = "1.0.86"
futures = "0.3.5"
futures = "0.3.31"
2 changes: 1 addition & 1 deletion tools/query_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ samply-api = { path = "../../samply-api" }
clap = { version = "4", features = ["derive"] }
memmap2 = "0.9.4"
anyhow = "1.0.86"
futures = "0.3.5"
futures = "0.3.31"
serde_json = "1"
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ core-foundation-sys = "0.8"
core-foundation = "0.10"

[dev-dependencies]
futures = "0.3.5"
futures = "0.3.31"
tokio = { version = "1.38", features = ["macros"] } # Feature "macros" for #[tokio::test]

0 comments on commit a8ee777

Please sign in to comment.