Skip to content

Commit 8958c8d

Browse files
committed
Updated base64 and tiny_http
1 parent c4476a7 commit 8958c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ walkdir = "2.2"
3939
toml = "0.5"
4040
fs2 = "0.4.3"
4141
remove_dir_all = "0.5.2"
42-
base64 = "0.10.1"
42+
base64 = "0.12.1"
4343
getrandom = { version = "0.1.12", features = ["std"] }
4444

4545
[dev-dependencies]
4646
env_logger = "0.6.1"
47-
tiny_http = "0.6.2"
47+
tiny_http = "0.7.0"

0 commit comments

Comments
 (0)