Skip to content

Commit

Permalink
chore(deps): bump the all-dependencies-cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies-cargo group with 4 updates: [octocrab](https://github.com/XAMPPRocky/octocrab), [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio) and [openssl-sys](https://github.com/sfackler/rust-openssl).


Updates `octocrab` from 0.34.3 to 0.37.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.34.3...v0.37.0)

Updates `reqwest` from 0.11.27 to 0.12.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.2)

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

Updates `openssl-sys` from 0.9.101 to 0.9.102
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.101...openssl-sys-v0.9.102)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent a2286eb commit e3b331d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 11 deletions.
58 changes: 50 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ gethostname = "0.4"
gitsync = "0.1"
ignore = "0.4"
normpath = "1.2"
octocrab = "0.34"
octocrab = "0.37"
os_info = "3.7"
petgraph = "0.6"
rand = "0.8"
regex = "1.10"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"blocking",
"rustls-tls",
] }
Expand All @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
sha256 = "1.5"
tokio = "1.36"
tokio = "1.37"
toml = "0.8"
tera = "1.18"
tracing = "0.1"
Expand Down

0 comments on commit e3b331d

Please sign in to comment.