Package changes:
-cargo 0.47.0-1~exp1ubuntu1~20.04.1 amd64
+cargo 0.52.0-0ubuntu1~20.04.1 amd64
-libstd-rust-dev 1.47.0+dfsg1+llvm-1ubuntu1~20.04.1 amd64
+libstd-rust-1.51 1.51.0+dfsg1+llvm-1~exp3ubuntu1~20.04.2 amd64
+libstd-rust-dev 1.51.0+dfsg1+llvm-1~exp3ubuntu1~20.04.2 amd64
-rust-gdb 1.47.0+dfsg1+llvm-1ubuntu1~20.04.1 all
-rustc 1.47.0+dfsg1+llvm-1ubuntu1~20.04.1 amd64
+rust-gdb 1.51.0+dfsg1+llvm-1~exp3ubuntu1~20.04.2 all
+rustc 1.51.0+dfsg1+llvm-1~exp3ubuntu1~20.04.2 amd64
-update-notifier-common 3.192.30.8 all
+update-notifier-common 3.192.30.9 all
[ -x /usr/lib/ubuntu-release-upgrader/release-upgrade-motd ] || exit 0
-# Check to see whether there is a new version of Ubuntu available
-/usr/lib/ubuntu-release-upgrader/release-upgrade-motd
+sleep_then_check() {
+ # Sleep for up to an hour to spread the load of checking for updates on
+ # the Ubuntu infrastructure
+ sleep $(shuf -i 1-3600 -n 1)
+ # Check to see whether there is a new version of Ubuntu available
+ /usr/lib/ubuntu-release-upgrader/release-upgrade-motd
+}
+
+sleep_then_check &