Skip to content

Commit 84b859d

Browse files
authored
chore: Bump indexmap, sysinfo, itertools and quick-xml (#966)
This commit bumps the following dependencies - quick-xml 0.28 -> 0.30 - itertools 0.10.5 -> 0.11 - sysinfo 0.28 -> 0.29 - indexmap 1.* -> 2.0
1 parent 3690b1a commit 84b859d

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ plc_diagnostics = { path = "./compiler/plc_diagnostics" }
2424
logos = "0.12.0"
2525
thiserror = "1.0"
2626
clap = { version = "3.0", features = ["derive"] }
27-
indexmap = "1.6"
27+
indexmap = "2.0"
2828
generational-arena = "0.2.8"
2929
regex = "1"
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1"
3232
toml = "0.5"
3333
lazy_static = "1.4.0"
3434
shell-words = "1.1.0"
35-
itertools = "0.10.5"
35+
itertools = "0.11"
3636
plc_derive = { path = "./compiler/plc_derive" }
3737
lld_rs = "140.0.0"
3838
which = "4.2.5"

compiler/plc_driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1"
1818
clap = { version = "3.0", features = ["derive"] }
1919
rayon = "1.6.1"
2020
tempfile = "3"
21-
indexmap = "1.6"
21+
indexmap = "2.0"
2222
env_logger = "0.10"
2323
log.workspace = true
2424
encoding_rs.workspace = true

compiler/plc_xml/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77

88
[dependencies]
99
logos = "0.12"
10-
quick-xml = { version = "0.28", features = ["serialize"] }
10+
quick-xml = { version = "0.30", features = ["serialize"] }
1111
insta = "1.20"
12-
indexmap = "1.9"
12+
indexmap = "2.0"
1313
html-escape = "0.2"
1414
plc = { path = "../..", package = "rusty" }
1515
ast = { path = "../plc_ast/", package = "plc_ast" }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sql = ["dep:sqlx"]
1111
xshell = "0.2"
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
14-
sysinfo = "0.28"
14+
sysinfo = "0.29"
1515
anyhow = "1.0"
1616
sqlx = { version = "0.7", features = [
1717
"runtime-async-std",

0 commit comments

Comments
 (0)