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 fde5276 commit b4f8375
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anyhow = "1.0.89"
async-sqlite = { version = "0.3.1", features = ["bundled", "functions", "trace"] }
clap = { version = "4.5.17", features = ["derive", "color", "wrap_help"] }
fast_hilbert = "2.0.0"
futures = "0.3.29"
futures = "0.3.31"
geo-types = "0.7.9"
geojson = "0.24.1"
indicatif = "0.17.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ axum = { version = "0.7.7", features = ["tokio", "json", "macros"] }
chrono = "0.4.38"
clap = { workspace = true, features = ["derive", "color", "wrap_help"], optional = true }
fnv = "1.0.7"
futures = "0.3.30"
futures = "0.3.31"
geo-types.workspace = true
geojson.workspace = true
globset = "0.4.15"
Expand Down

0 comments on commit b4f8375

Please sign in to comment.