Update dependencies.
This commit is contained in:
parent
d19192b95b
commit
0951a5930a
File diff suppressed because it is too large
Load Diff
16
Cargo.toml
16
Cargo.toml
|
@ -15,14 +15,14 @@ name = "advent-of-code"
|
||||||
path = "source/main.rs"
|
path = "source/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama = "0.11.1"
|
askama = "0.12.1"
|
||||||
clap = { version = "4.0.4", features = ["derive"] }
|
clap = { version = "4.4.11", features = ["derive"] }
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
dialoguer = "0.10.2"
|
dialoguer = "0.11.0"
|
||||||
derivative = "2.2.0"
|
derivative = "2.2.0"
|
||||||
emojis = "0.4.0"
|
emojis = "0.6.1"
|
||||||
itertools = "0.10.5"
|
itertools = "0.12.0"
|
||||||
pathfinding = "3.0.13"
|
pathfinding = "4.4.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
regex = "1.6.0"
|
regex = "1.10.2"
|
||||||
ureq = { version = "2.5.0", features = ["cookie", "cookie_store"] }
|
ureq = { version = "2.8.0", features = ["cookie", "cookie_store"] }
|
||||||
|
|
Loading…
Reference in New Issue