Skip to content

Commit 23d7d14

Browse files
authored
Merge pull request #241 from supabase/dependabot/cargo/cli/master/toml-0.8.20
Bump toml from 0.8.19 to 0.8.20 in /cli
2 parents 1a6982b + e29cda4 commit 23d7d14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ sqlx = { version = "0.8.1", features = [
2525
] }
2626
thiserror = "1.0.38"
2727
tokio = { version = "1", features = ["full"] }
28-
toml = { version = "0.8.19", features = ["preserve_order"] }
28+
toml = { version = "0.8.20", features = ["preserve_order"] }
2929
url = { version = "2.5.4", features = ["serde"] }
3030
uuid = { version = "1.3.0", features = ["serde"] }

0 commit comments

Comments
 (0)