Skip to content

Commit cc36c91

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 e488f0b commit cc36c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static_assertions = "1.1.0"
6464
# criterion, rpds and half versions are fixed to the latest versions
6565
# that work with the current minimum Rust version
6666
criterion = "0.5"
67-
rpds = { version = "=1.1.0" }
67+
rpds = { version = "=1.1.1" }
6868
half = "=2.4"
6969

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

0 commit comments

Comments
 (0)