Skip to content

Commit 35ba142

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Update toml from 0.8.19 to 0.8.22
Summary: Required by new versions of Cargo. Reviewed By: cjlongoria Differential Revision: D75343360 fbshipit-source-id: fa09352ad6cf94919fce92ce80d024f856820324
1 parent cdbae59 commit 35ba142

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

eden/fs/cli_rs/edenfs-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ subprocess = "0.2.9"
4040
sysinfo = "0.30.11"
4141
thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" }
4242
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
43-
toml = "0.8.19"
43+
toml = "0.8.22"
4444
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
4545
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
4646

eden/fs/cli_rs/edenfs-commands/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sysinfo = "0.30.11"
3838
tabular = "0.2.0"
3939
termwiz = { version = "0.23", features = ["widgets"] }
4040
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
41-
toml = "0.8.19"
41+
toml = "0.8.22"
4242
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
4343

4444
[dev-dependencies]

eden/fs/cli_rs/edenfs-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ anyhow = "1.0.95"
1212
edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
1313
serde = { version = "1.0.185", features = ["derive", "rc"] }
1414
stack-config = { version = "0.1.0", path = "../stack-config" }
15-
toml = "0.8.19"
15+
toml = "0.8.22"
1616
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

eden/fs/cli_rs/stack-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ stack-config-derive = { version = "0.1.0", path = "../stack-config-derive" }
1313

1414
[dev-dependencies]
1515
serde = { version = "1.0.185", features = ["derive", "rc"] }
16-
toml = "0.8.19"
16+
toml = "0.8.22"

eden/mononoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ serde_derive = "1.0.185"
7171
slog = { package = "tracing_slog_compat", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
7272
sqlblob = { version = "0.1.0", path = "blobstore/sqlblob" }
7373
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
74-
toml = "0.8.19"
74+
toml = "0.8.22"
7575

7676
[patch.crates-io]
7777
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }

eden/mononoke/metaconfig/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
2525
serde_ignored = "0.1.10"
2626
serde_json = { version = "1.0.140", features = ["float_roundtrip", "unbounded_depth"] }
2727
thiserror = "2.0.12"
28-
toml = "0.8.19"
28+
toml = "0.8.22"
2929

3030
[dev-dependencies]
3131
maplit = "1.0"

eden/scm/exec/scm_daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sapling-commitcloudsubscriber = { version = "0.1.0", path = "../../lib/commitclo
1414
serde = { version = "1.0.185", features = ["derive", "rc"] }
1515
thiserror = "2.0.12"
1616
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
17-
toml = "0.8.19"
17+
toml = "0.8.22"
1818

1919
[target.'cfg(target_os = "linux")'.dependencies]
2020
libc = "0.2.139"

eden/scm/exec/scratch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hex = { version = "0.4.3", features = ["alloc"] }
1414
sapling-identity = { version = "0.1.0", path = "../../lib/identity" }
1515
serde = { version = "1.0.185", features = ["derive", "rc"] }
1616
sha2 = "0.10.6"
17-
toml = "0.8.19"
17+
toml = "0.8.22"
1818

1919
[target.'cfg(target_os = "linux")'.dependencies]
2020
libc = "0.2.139"

eden/scm/lib/checkout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sapling-vfs = { version = "0.1.0", path = "../vfs" }
4343
sapling-workingcopy = { version = "0.1.0", path = "../workingcopy" }
4444
serde = { version = "1.0.185", features = ["derive", "rc"] }
4545
thiserror = "2.0.12"
46-
toml = { version = "0.8.19", optional = true }
46+
toml = { version = "0.8.22", optional = true }
4747
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
4848
watchman_client = { version = "0.9.0", git = "https://github.com/facebook/watchman.git", branch = "main" }
4949

eden/scm/lib/edenfs-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sapling-thrift-types = { version = "0.1.0", path = "../thrift-types" }
2424
sapling-types = { version = "0.1.0", path = "../types" }
2525
serde = { version = "1.0.185", features = ["derive", "rc"] }
2626
tokio-uds-compat = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
27-
toml = "0.8.19"
27+
toml = "0.8.22"
2828
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2929

3030
[features]

0 commit comments

Comments
 (0)