Skip to content

Commit f7d8d06

Browse files
Update rpds requirement from =1.1.0 to =1.1.1
Updates the requirements on [rpds](https://github.com/orium/rpds) to permit the latest version. - [Release notes](https://github.com/orium/rpds/releases) - [Changelog](https://github.com/orium/rpds/blob/main/release-notes.md) - [Commits](orium/rpds@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: rpds dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af58e0d commit f7d8d06

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -65,7 +65,7 @@ static_assertions = "1.1.0"
6565
# criterion, rpds and half versions are fixed to the latest versions
6666
# that work with the current minimum Rust version
6767
criterion = "0.5"
68-
rpds = { version = "=1.1.0" }
68+
rpds = { version = "=1.1.1" }
6969
half = "=2.4"
7070

7171
# Include debug symbols when benchmarking, this is useful for profiling

0 commit comments

Comments
 (0)