Skip to content

Commit 2d706b6

Browse files
committed
Update dependencies and version
1 parent d3a226c commit 2d706b6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

cobalt-ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-ast"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]

cobalt-build/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-build"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]
@@ -15,7 +15,7 @@ semver = { version = "1.0", features = ["serde"] }
1515
either = { version = "1.8.1", features = ["serde"] }
1616
glob = "0.3.1"
1717
flate2 = "1.0.26"
18-
git2 = "0.17.1"
18+
git2 = "0.17.2"
1919
zip-extract = "0.1"
2020
tar = "0.4.38"
2121
lazy_static = "1.4.0"
@@ -29,7 +29,7 @@ anyhow = "1.0.71"
2929
anyhow-std = "0.1.3"
3030
thiserror = "1.0.40"
3131
cc = "1.0"
32-
lasso = { version = "0.7.0", features = ["multi-threaded"] }
32+
lasso = { version = "0.7.2", features = ["multi-threaded"] }
3333
indexmap = "1.9.3"
3434
os_str_bytes = "6.5.0"
35-
toml = "0.7.3"
35+
toml = "0.7.4"

cobalt-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-cli"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]
@@ -10,7 +10,7 @@ cobalt-build.path = "../cobalt-build"
1010
cobalt-errors.path = "../cobalt-errors"
1111
cobalt-utils.path = "../cobalt-utils"
1212
inkwell = "0.2.0"
13-
toml = "0.7.3"
13+
toml = "0.7.4"
1414
temp-file = "0.1.7"
1515
anyhow = "1.0.71"
1616
anyhow-std = "0.1.3"

cobalt-errors/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "cobalt-errors"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]
77
termcolor = "1.2.0"
88
miette = "5.9.0"
99
parking_lot = "0.12.1"
10-
once_cell = "1.17.1"
10+
once_cell = "1.17.2"
1111
thiserror = "1.0.40"
1212
ordinal = "0.3.2"

cobalt-parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "cobalt-parser"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]
77
cobalt-errors.path = "../cobalt-errors"
88
cobalt-utils.path = "../cobalt-utils"
99
cobalt-ast.path = "../cobalt-ast"
10-
unicode-ident = "1.0.8"
10+
unicode-ident = "1.0.9"
1111
walkdir = "2"
1212
either = "1.8.1"

cobalt-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-utils"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)