Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates (#176)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates: [serde](https://github.com/serde-rs/serde) and [ureq](https://github.com/algesten/ureq).


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `ureq` from 2.9.6 to 2.9.7
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.9.6...2.9.7)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 64abae3 commit fc21f0b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
24 changes: 15 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 @@ -74,7 +74,7 @@ proc-macro2 = "1.0.81"
prost = "0.12"
prost-types = "0.12"
quote = "1.0.36"
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
strum = "0.26.1"
strum_macros = "0.26.2"
Expand All @@ -86,4 +86,4 @@ tonic = "0.11.0"
tonic-build = "0.11.0"
tower = { version = "0.4", features = ["util"] }
uuid = "1.8.0"
ureq = "2.9.6"
ureq = "2.9.7"

0 comments on commit fc21f0b

Please sign in to comment.