Skip to content

Commit 2a0fe9c

Browse files
dependabot[bot]tpoliaw
authored andcommitted
Bump the patch group with 10 updates
Bumps the patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [async-executor](https://github.com/smol-rs/async-executor) | `1.13.1` | `1.13.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.19` | `1.2.20` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.11` | `0.2.13` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.10` | `0.11.11` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` | | [toml_datetime](https://github.com/toml-rs/toml) | `0.6.8` | `0.6.9` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.24` | `0.22.26` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.8` | `0.26.9` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.6` | `0.7.7` | Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) Updates `async-executor` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/smol-rs/async-executor/releases) - [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-executor@v1.13.1...v1.13.2) Updates `cc` from 1.2.19 to 1.2.20 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.19...cc-v1.2.20) Updates `libm` from 0.2.11 to 0.2.13 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml) - [Commits](rust-lang/compiler-builtins@libm-v0.2.11...libm-v0.2.13) Updates `quinn-proto` from 0.11.10 to 0.11.11 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.10...quinn-proto-0.11.11) Updates `tokio-util` from 0.7.14 to 0.7.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.14...tokio-util-0.7.15) Updates `toml_datetime` from 0.6.8 to 0.6.9 - [Commits](toml-rs/toml@toml_datetime-v0.6.8...toml_datetime-v0.6.9) Updates `toml_edit` from 0.22.24 to 0.22.26 - [Commits](toml-rs/toml@v0.22.24...v0.22.26) Updates `webpki-roots` from 0.26.8 to 0.26.9 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.8...v/0.26.9) Updates `winnow` from 0.7.6 to 0.7.7 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: async-executor dependency-version: 1.13.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: cc dependency-version: 1.2.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: libm dependency-version: 0.2.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: quinn-proto dependency-version: 0.11.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: tokio-util dependency-version: 0.7.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml_datetime dependency-version: 0.6.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml_edit dependency-version: 0.22.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: webpki-roots dependency-version: 0.26.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: winnow dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9839be commit 2a0fe9c

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ url = "2.5.4"
4040
dirs = { version = "6.0.0", optional = true }
4141
graphql_client = { version = "0.14.0", optional = true }
4242
openidconnect = { version = "4.0.0", optional = true }
43-
toml = { version = "0.8.20", optional = true }
43+
toml = { version = "0.8.22", optional = true }
4444

4545
[dev-dependencies]
4646
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)