Skip to content

Commit 20b4e0b

Browse files
committed
build: update to toml 0.9
1 parent f9851fc commit 20b4e0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0"
2828
jsonc-parser = { version = "0.26", features = ["serde"] }
2929
serde-xml-rs = "0.8"
30-
toml = "0.8"
30+
toml = "0.9"
3131
java-properties = "2"
3232
colored = "3"
3333
clap = "4.5"
@@ -47,7 +47,7 @@ bytecount = "0.6.9"
4747
just = "1.41.0"
4848
reqwest = { version = "0.12", features = ["blocking"] }
4949
anyhow = "1.0"
50-
tokio = { version = "1.45", features = ["full"] }
50+
tokio = { version = "1.46", features = ["full"] }
5151
async-nats = "0.42.0"
5252
minio = "0.3.0"
5353

@@ -73,4 +73,3 @@ ci = "github"
7373
installers = ["homebrew"]
7474
# Target platforms to build apps for (Rust target-triple syntax)
7575
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
76-

0 commit comments

Comments
 (0)