Skip to content

Commit 8a54dd0

Browse files
Bump the rust group with 6 updates
Bumps the rust group with 6 updates: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.3` | `0.8.0` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.49.6` | `0.49.7` | | [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.7.0` | `2.0.0` | | [snapbox](https://github.com/assert-rs/snapbox) | `1.2.0` | `1.2.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.0` | Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `ctor` from 0.6.3 to 0.8.0 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `octocrab` from 0.49.6 to 0.49.7 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.49.6...v0.49.7) Updates `similar-asserts` from 1.7.0 to 2.0.0 - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) Updates `snapbox` from 1.2.0 to 1.2.1 - [Commits](assert-rs/snapbox@snapbox-v1.2.0...snapbox-v1.2.1) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: ctor dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: octocrab dependency-version: 0.49.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: snapbox dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36c394a commit 8a54dd0

4 files changed

Lines changed: 40 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ reqwest = { version = "0.13", default-features = false, features = [
4040

4141
[dev-dependencies]
4242
assert_cmd = "2.2"
43-
ctor = "0.6"
43+
ctor = "0.8"
4444
octocrab = "0.49"
4545
predicates = "3.1"
4646
rustls = { version = "0.23", default-features = false, features = [
4747
"aws_lc_rs",
4848
] }
4949
rustsec = "0.32"
50-
similar-asserts = "1.7"
50+
similar-asserts = "2.0"
5151
snapbox = "1.2"
5252
strum = "0.28"
5353
strum_macros = "0.28"
5454
testing = { path = "testing" }
55-
tokio = "1.50"
55+
tokio = "1.51"
5656

5757
[build-dependencies]
5858
elaborate = "0.2"

ci/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ publish = false
66

77
[dev-dependencies]
88
assert_cmd = "2.2"
9-
ctor = "0.6"
9+
ctor = "0.8"
1010
elaborate = "0.2"
1111
regex = "1.12"
1212
serde_json = "1.0"
13-
similar-asserts = "1.7"
13+
similar-asserts = "2.0"
1414
tempfile = "3.27"
1515
toml_edit = "0.25"
1616
walkdir = "2.5"

ei/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dev-dependencies]
88
assert_cmd = "2.2"
9-
ctor = "0.6"
9+
ctor = "0.8"
1010
regex = "1.12"
1111
snapbox = "1.2"
1212

0 commit comments

Comments
 (0)