Skip to content

Commit 5a316d5

Browse files
chore: Update Rust crate toml to 0.7.3, ||, ^0.8.0
1 parent 1b65d29 commit 5a316d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde = { version = "1.0.145", features = ["derive"] }
3737
serde_json.workspace = true
3838
thiserror.workspace = true
3939
tokio = { workspace = true, features = ["fs", "rt-multi-thread"] }
40-
toml = "0.7.3"
40+
toml = "0.7.3, ||, ^0.8.0"
4141
tracing = { version = "0.1", optional = true, features = ["log"] }
4242
uuid = { version = "1.2.1", features = ["v4"] }
4343
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }

0 commit comments

Comments
 (0)