diff options
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 75465fe..1aa46c8 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.0.32", features = ["derive"] } reqwest = { version = "0.11.20", features = ["blocking", "json"] } serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.105" +serde_json = "1.0.106" bincode = { version = "2.0.0-rc.3", features = ["serde"] } -base64 = "0.21.3" +base64 = "0.21.4" rand = "0.8.5" |