Update dependencies

This commit is contained in:
Paolo Barbolini
2023-02-18 11:05:27 +01:00
committed by Austin Bonander
parent 9677430d67
commit c17c59fc4c
6 changed files with 72 additions and 89 deletions

View File

@@ -45,8 +45,8 @@ time = { workspace = true, optional = true }
uuid = { workspace = true, optional = true }
# Misc
atoi = "1.0"
base64 = { version = "0.13.0", default-features = false, features = ["std"] }
atoi = "2.0"
base64 = { version = "0.21.0", default-features = false, features = ["std"] }
bitflags = { version = "1.3.2", default-features = false }
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
dirs = "4.0.0"