Skip to content

Commit 41b4cd0

Browse files
dependabot[bot]DanNixon
authored andcommitted
Bump the cargo-dependencies group with 6 updates
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] <[email protected]>
1 parent 46b97e5 commit 41b4cd0

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2021"
2121

2222
[workspace.dependencies]
2323
async-channel = "2.2.0"
24-
async-trait = "0.1.77"
24+
async-trait = "0.1.78"
2525
axum = "0.7.4"
2626
byte-unit = { version = "4.0", features = ["serde"] }
2727
bytes = { version = "1.3.0", features = ["serde"] }
@@ -44,19 +44,19 @@ rand = "0.8.5"
4444
ratatui = { version = "0.23.0", features = ["all-widgets"]}
4545
rayon = "1.9.0"
4646
regex = "1.10.3"
47-
reqwest = "0.11.25"
47+
reqwest = "0.11.26"
4848
rumqttc = "0.23.0"
4949
rust-s3 = "0.34.0-rc4"
5050
satori-common = { path = "./common" }
5151
satori-storage = { path = "./storage" }
5252
satori-testing-utils = { path = "./testing-utils" }
5353
serde = { version = "1.0", features = ["derive"] }
54-
serde_with = "3.6"
54+
serde_with = "3.7"
5555
serde_json = "1.0.114"
5656
tempfile = "3.10.1"
57-
thiserror = "1.0.57"
57+
thiserror = "1.0.58"
5858
tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal", "process"] }
59-
tokio-stream = { version = "0.1.14", features = ["sync"] }
59+
tokio-stream = { version = "0.1.15", features = ["sync"] }
6060
tokio-util = { version = "0.7.10", features = ["codec"] }
6161
toml = "0.8"
6262
tower-http = { version = "0.5.2", features = ["fs"] }

0 commit comments

Comments
 (0)