Skip to content

Commit

Permalink
Bump the rust-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [regex](https://github.com/rust-lang/regex), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json), [tokio](https://github.com/tokio-rs/tokio) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `regex` to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.0...1.11.1)

Updates `serde` to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

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

Updates `tokio` 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 `uuid` to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 5f73bf2 commit 4d9aa90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ async-trait = "=0.1.83"
url = { version="=2.5.2", features = ["serde"]}
futures = "=0.3.31"
log = "=0.4.22"
regex = "=1.11.0"
regex = "=1.11.1"
reqwest = { version = "=0.12.8", features = ["json"] }
serde = "=1.0.210"
serde_json = "=1.0.128"
tokio = { version = "=1.40.0", features = ["macros", "process"]}
uuid = { version= "=1.10.0", features = ["v4", "serde"]}
serde = "=1.0.213"
serde_json = "=1.0.132"
tokio = { version = "=1.41.0", features = ["macros", "process"]}
uuid = { version= "=1.11.0", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
openssl = { version = "*", features = ["vendored"] } #this is here just to make cross-compiling work during github actions
rss = { version = "=2.0", features = ["serde"] }
Expand Down

0 comments on commit 4d9aa90

Please sign in to comment.