Skip to content

Commit

Permalink
update dep itertools and indexmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Jul 23, 2023
1 parent c48dc55 commit 49bbe52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/svgbob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ lazy_static = "1.3.0"
sauron = { version = "0.57.0", default-features = false}
#sauron = { path = "../../../sauron", default-features = false}
unicode-width = "0.1.9"
itertools = "0.10.3"
itertools = "0.11.0"
pom = { version = "3.2.0" }
log = "0.4.14"
indexmap = "1.9.1"
indexmap = "2.0"



Expand Down

0 comments on commit 49bbe52

Please sign in to comment.