Skip to content

Commit c5152dd

Browse files
committed
v0.8.18
1 parent 2fce2b2 commit c5152dd

File tree

5 files changed

+139
-105
lines changed

5 files changed

+139
-105
lines changed

Cargo.lock

Lines changed: 74 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# AUTO-GENERATED WITH STOF.
22
# RUN "stof run project.stof" TO REGENERATE.
33
[dependencies]
4-
anyhow = "1.0.94"
4+
anyhow = "1.0.99"
55
base64 = "0.22.1"
66
bincode = "1.3.3"
77
chrono = "0.4.41"
8-
colored = "2.1.0"
8+
colored = "3.0.0"
99
lazy_static = "1.5.0"
1010
nanoid = "0.4.0"
1111
nom = "8.0.0"
1212
rustc-hash = "2.1.1"
13-
serde_json = "1.0.14"
13+
serde_json = "1.0.143"
1414
serde_yaml = "0.9.34"
15-
toml = "0.8.19"
15+
toml = "0.9.5"
1616
typetag = "0.2.20"
1717
urlencoding = "2.1.3"
1818

@@ -61,7 +61,7 @@ version = "0.12.4"
6161

6262
[dependencies.regex]
6363
optional = true
64-
version = "1.11.1"
64+
version = "1.11.2"
6565

6666
[dependencies.reqwest]
6767
optional = true
@@ -90,7 +90,7 @@ version = "0.2.100"
9090

9191
[dependencies.zip]
9292
optional = true
93-
version = "4.3.0"
93+
version = "4.5.0"
9494

9595
[features]
9696
basic = ["stof_std", "system", "pkg"]
@@ -120,4 +120,4 @@ keywords = ["stof", "language", "embedded", "interpreter", "document"]
120120
license = "Apache-2.0"
121121
name = "stof"
122122
repository = "https://github.com/dev-formata-io/stof"
123-
version = "0.8.17"
123+
version = "0.8.18"

0 commit comments

Comments
 (0)