Skip to content

Commit

Permalink
Bump the cargo_dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo_dependencies group with 3 updates: [rfd](https://github.com/PolyMeilex/rfd), [tempfile](https://github.com/Stebalien/tempfile) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `rfd` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](PolyMeilex/rfd@0.15.1...0.15.2)

Updates `tempfile` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

Updates `reqwest` from 0.12.11 to 0.12.12
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.11...v0.12.12)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo_dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo_dependencies
- dependency-name: reqwest
  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 Jan 6, 2025
1 parent b3f2376 commit 72d6e03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ semver = "1.0.24"
# Dev dependencies
testresult = "0.4.1"
pretty_assertions = "1.4.1"
tempfile = "3.13.0"
reqwest = "0.12.11"
tempfile = "3.15.0"
reqwest = "0.12.12"

[dependencies]
skytem_logs = { version = "*", path = "crates/skytem_logs" }
Expand Down

0 comments on commit 72d6e03

Please sign in to comment.