Skip to content

Commit f39bfa6

Browse files
fix(deps): update rust crate toml to v1 (#65)
1 parent 8201f8a commit f39bfa6

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

Cargo.lock

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

gitfleet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Domain types, provider trait, operations, and infrastructure for
99
[dependencies]
1010
serde = { version = "1", features = ["derive"] }
1111
serde_json = "1"
12-
toml = "0.9"
12+
toml = "1.0"
1313
thiserror = "2"
1414
tokio = { version = "1", features = ["full"] }
1515
tokio-util = { version = "0.7", features = ["rt"] }

0 commit comments

Comments
 (0)