diff --git a/crates/example-crate-with-natvis/Cargo.toml b/crates/example-crate-with-natvis/Cargo.toml index 5fd63ed..013e764 100644 --- a/crates/example-crate-with-natvis/Cargo.toml +++ b/crates/example-crate-with-natvis/Cargo.toml @@ -8,4 +8,4 @@ authors = ["MaulingMonkey "] edition = "2018" [dependencies] -bitflags = "=1.2.1" # avoid MSRV bumps +bitflags = "=2.3.1" # avoid MSRV bumps