Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.78` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.25` | `0.11.26` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.6.1` | `3.7.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` |
| [toml](https://github.com/toml-rs/toml) | `0.8.10` | `0.8.12` |


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

Updates `reqwest` from 0.11.25 to 0.11.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.25...v0.11.26)

Updates `serde_with` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.6.1...v3.7.0)

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

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

Updates `toml` from 0.8.10 to 0.8.12
- [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.12)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Mar 18, 2024
1 parent 46b97e5 commit 41b4cd0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition = "2021"

[workspace.dependencies]
async-channel = "2.2.0"
async-trait = "0.1.77"
async-trait = "0.1.78"
axum = "0.7.4"
byte-unit = { version = "4.0", features = ["serde"] }
bytes = { version = "1.3.0", features = ["serde"] }
Expand All @@ -44,19 +44,19 @@ rand = "0.8.5"
ratatui = { version = "0.23.0", features = ["all-widgets"]}
rayon = "1.9.0"
regex = "1.10.3"
reqwest = "0.11.25"
reqwest = "0.11.26"
rumqttc = "0.23.0"
rust-s3 = "0.34.0-rc4"
satori-common = { path = "./common" }
satori-storage = { path = "./storage" }
satori-testing-utils = { path = "./testing-utils" }
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.6"
serde_with = "3.7"
serde_json = "1.0.114"
tempfile = "3.10.1"
thiserror = "1.0.57"
thiserror = "1.0.58"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal", "process"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
toml = "0.8"
tower-http = { version = "0.5.2", features = ["fs"] }
Expand Down

0 comments on commit 41b4cd0

Please sign in to comment.