Skip to content

Commit

Permalink
Bump the cargo-deps group in /ui-tests with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group in /ui-tests with 3 updates: [serde](https://github.com/serde-rs/serde), [bstr](https://github.com/BurntSushi/bstr) and [insta](https://github.com/mitsuhiko/insta).


Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `bstr` from 1.9.0 to 1.9.1
- [Commits](BurntSushi/bstr@1.9.0...1.9.1)

Updates `insta` from 1.34.0 to 1.35.1
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.34.0...1.35.1)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 84608f2 commit 61743c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions ui-tests/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 ui-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ rust-version = "1.76.0"
license = "MIT"

[dependencies]
serde = "1.0.196"
serde = "1.0.197"

[dependencies.bstr]
version = "1.9.0"
version = "1.9.1"
default-features = false
features = ["alloc"]

[dependencies.insta]
version = "1.31.0"
version = "1.35.1"
features = ["toml"]

[workspace]
Expand Down

0 comments on commit 61743c2

Please sign in to comment.