#!/bin/bash

set -e

cargo outdated -wR
cargo audit --deny warnings
