Skip to content

Commit

Permalink
Merge pull request #15 from gosub-browser/dependabot/cargo/uuid-1.7.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.6.1 to 1.7.0
  • Loading branch information
jaytaph authored Mar 19, 2024
2 parents 49730b8 + b3e4cd8 commit be1ad44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114", features = [] }
tui-tree-widget = "0.16.0"
filetreelist = "0.5.0"
uuid = { version = "1.6.1", features = ["v4", "serde"] }
uuid = { version = "1.7.0", features = ["v4", "serde"] }
chrono = "0.4.35"
once_cell = "1.19.0"
ureq = "2.9.1"

0 comments on commit be1ad44

Please sign in to comment.