diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ecf685ac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: cargo + versioning-strategy: auto + directory: examples/rust/ + schedule: + interval: daily diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index 03156968..db514bc1 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "atty"