Skip to content

Commit 6b88253

Browse files
authored
Rust Edition 2021 (#21)
1 parent 555d4e1 commit 6b88253

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"The Nushell Project Developers",
77
]
88
description = "Library for ANSI terminal colors and styles (bold, underline)"
9-
edition = "2018"
9+
edition = "2021"
1010
license = "MIT"
1111
name = "nu-ansi-term"
1212
version = "0.46.0"
@@ -19,7 +19,7 @@ doctest = true
1919
derive_serde_style = ["serde"]
2020

2121
[dependencies]
22-
serde = { version="1.0.90", features=["derive"], optional=true }
22+
serde = { version="1.0.152", features=["derive"], optional=true }
2323

2424
[target.'cfg(windows)'.dependencies.windows]
2525
version = "0.45.0"
@@ -32,8 +32,8 @@ features = [
3232
]
3333

3434
[dev-dependencies]
35-
doc-comment = "0.3"
36-
regex = "1.1.9"
35+
doc-comment = "0.3.3"
36+
regex = "1.7.1"
3737

3838
[dev-dependencies.serde_json]
39-
version = "1.0.39"
39+
version = "1.0.94"

0 commit comments

Comments
 (0)