diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 02d19371..60e8951d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -67,7 +67,7 @@ glob = "0.3.1" dirs = "5" # Interacting with GitHub -octocrab = "0.36.0" +octocrab = "0.37.0" # Library for removing markdown links remove-markdown-links = "1.0.0" |