Skip to content

Commit cd50501

Browse files
chore(deps): bump the cargo group across 3 directories with 8 updates
Bumps the cargo group with 2 updates in the /asdf-augmenters/asdf-plugin-configurator directory: [bytes](https://github.com/tokio-rs/bytes) and [rustls-webpki](https://github.com/rustls/webpki). Bumps the cargo group with 8 updates in the /czech-file-knife directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.13` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.12.0` | `0.12.1` | | [surrealdb](https://github.com/surrealdb/surrealdb) | `2.4.0` | `2.6.1` | | [oneshot](https://github.com/faern/oneshot) | `0.1.11` | `0.1.13` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.13` | `0.11.14` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | Bumps the cargo group with 1 update in the /rescript-ecosystem/idaptik-rescript13-staging/idaptik-developers/src/escape-hatch directory: [rand](https://github.com/rust-random/rand). Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.8...v/0.103.13) Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.8...v/0.103.13) Updates `lz4_flex` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](PSeitz/lz4_flex@0.12.0...0.12.1) Updates `surrealdb` from 2.4.0 to 2.6.1 - [Release notes](https://github.com/surrealdb/surrealdb/releases) - [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml) - [Commits](surrealdb/surrealdb@v2.4.0...v2.6.1) Updates `oneshot` from 0.1.11 to 0.1.13 - [Release notes](https://github.com/faern/oneshot/releases) - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](faern/oneshot@v0.1.11...v0.1.13) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: cargo - dependency-name: lz4_flex dependency-version: 0.12.1 dependency-type: direct:production dependency-group: cargo - dependency-name: surrealdb dependency-version: 2.6.1 dependency-type: direct:production dependency-group: cargo - dependency-name: oneshot dependency-version: 0.1.13 dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36a35a1 commit cd50501

7 files changed

Lines changed: 137 additions & 60 deletions

File tree

asdf-augmenters/asdf-acceleration-middleware/Cargo.lock

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

asdf-augmenters/asdf-acceleration-middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ futures = "0.3"
4848
# Caching
4949
sled = "0.34"
5050
bincode = "1.3"
51-
lru = "0.16"
51+
lru = "0.17"
5252

5353
# System integration
5454
duct = "0.13"

asdf-augmenters/asdf-plugin-configurator/Cargo.lock

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

0 commit comments

Comments
 (0)