projects
/
advent_of_code_2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96dfb0b
)
Update dependencies
author
Greg Burri
<greg.burri@gmail.com>
Mon, 5 Dec 2022 18:55:53 +0000
(19:55 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Mon, 5 Dec 2022 18:55:53 +0000
(19:55 +0100)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index
292bbbd
..
410796d
100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-7,8
+7,8
@@
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-itertools = "0.
9
"
+itertools = "0.
10
"
threadpool = "1.8"
regex = "1"
-num = "0.
3
"
+num = "0.
4
"
num_enum = "0.5"
\ No newline at end of file