Skip to content

Commit

Permalink
build(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.66` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |


Updates `tokio` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)

Updates `futures` 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)

Updates `thiserror` from 1.0.64 to 1.0.66
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.66)

Updates `serde` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

Updates `clap` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.20)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent ca0831e commit b09334b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ categories = ["science::geo"]

[workspace.dependencies]
tonic = "0.7.2"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
prost = "0.10.4"
prost-types = "0.10"
olympian = "0.3.2"
tracing = "0.1.16"
tracing-subscriber = { version = "0.3", features = ["tracing-log"] }
futures = "0.3.30"
futures = "0.3.31"
tokio-stream = { version = "0.1.16", features = ["net"] }
tempfile = "3.10.1"
tower = { version = "0.4" }
thiserror = "1.0.64"
thiserror = "1.0.66"
chrono = "0.4.38"
chronoutil = "0.2.7"
async-trait = "0.1.83"
tonic-build = "0.7.2"
clap = { version = "4.5.18", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
criterion = { version = "0.5.1", features = ["async_tokio"] }
serde_json = "1.0.128"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.214", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
csv = "1.3.0"
toml = "0.8.19"
Expand Down

0 comments on commit b09334b

Please sign in to comment.