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.38.0` | `1.39.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.80` | `0.1.81` |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.119` | `1.0.121` |
| [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` |


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

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

Updates `async-trait` from 0.1.80 to 0.1.81
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.80...0.1.81)

Updates `clap` from 4.5.8 to 4.5.13
- [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.8...v4.5.13)

Updates `serde_json` from 1.0.119 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...v1.0.121)

Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-trait
  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
- dependency-name: serde
  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 Aug 1, 2024
1 parent 231f92a commit c5ca384
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
59 changes: 30 additions & 29 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,7 +18,7 @@ categories = ["science::geo"]

[workspace.dependencies]
tonic = "0.7.2"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
prost = "0.10.4"
prost-types = "0.10"
olympian = "0.3.2"
Expand All @@ -28,15 +28,15 @@ futures = "0.3.30"
tokio-stream = { version = "0.1.15", features = ["net"] }
tempfile = "3.10.1"
tower = { version = "0.4" }
thiserror = "1.0.61"
thiserror = "1.0.63"
chrono = "0.4.38"
chronoutil = "0.2.7"
async-trait = "0.1.80"
async-trait = "0.1.81"
tonic-build = "0.7.2"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
criterion = { version = "0.5.1", features = ["async_tokio"] }
serde_json = "1.0.119"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.121"
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
csv = "1.3.0"

Expand Down

0 comments on commit c5ca384

Please sign in to comment.