deps: Bulk upgrade dependencies

Some dependencies are not tracking the latest version in the .toml file
so update all dependencies to the latest version.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-08-04 16:51:16 +01:00
parent 474125db12
commit 3df8c6fd3b
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ crc32c = "0.6.3"
libc = "0.2.127"
log = "0.4.17"
remain = "0.2.4"
thiserror = "1.0"
thiserror = "1.0.32"
uuid = { version = "1.1.2", features = ["v4"] }