Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1.86"
bincode = { version = "2", features = ["serde"] }
blobstore = { version = "0.1.0", path = ".." }
bonsai_globalrev_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_globalrev_mapping" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" }
commit_graph_types = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph_types" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/multiplexedblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPLv2+"
anyhow = "1.0.102"
blobstore = { version = "0.1.0", path = ".." }
blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/s3blob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPLv2+"
anyhow = "1.0.102"
async-trait = "0.1.86"
blobstore = { version = "0.1.0", path = ".." }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
hyper = { version = "0.14.32", features = ["client", "http1", "http2", "stream"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "main.rs"
[dependencies]
anyhow = "1.0.102"
async_limiter = { version = "0.1.0", path = "../.." }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
governor = "0.10.4"
nonzero_ext = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/common/cats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
http = "1.4.0"
http = "1.4.1"
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
permission_checker = { version = "0.1.0", path = "../permission_checker" }
sapling-cats-constants = { version = "0.1.0", path = "../../../scm/lib/cats/constants" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/common/gotham_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ gotham = "0.8"
gotham_derive = "0.8"
hex = { version = "0.4.3", features = ["alloc"] }
hickory-resolver = { version = "0.26.1", features = ["system-config", "tokio"] }
http = "1.4.0"
http = "1.4.1"
http-body = "1.0.1"
http-body-util = "0.1.0"
hyper = { version = "1.9.0", features = ["client", "http1", "http2"] }
hyper = { version = "1.10.1", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.20", features = ["client-legacy", "http1", "http2", "server-auto", "service", "tokio"] }
justknobs = { version = "0.1.0", path = "../rust/justknobs_ext" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/common/lfs_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
faster-hex = "0.6.1"
http = "1.4.0"
http = "1.4.1"
mime = "0.3.14"
once_cell = "1.21.4"
quickcheck = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/common/memory_profiling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
gotham_ext = { version = "0.1.0", path = "../gotham_ext" }
http = "1.4.0"
http = "1.4.1"
jemalloc_pprof = { version = "0.8.2", features = ["flamegraph"], optional = true }
permission_checker = { version = "0.1.0", path = "../permission_checker" }
2 changes: 1 addition & 1 deletion eden/mononoke/common/ods_counters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPLv2+"

[dependencies]
async-trait = "0.1.86"
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
maplit = "1.0"
thiserror = "2.0.18"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/changeset_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
mononoke_types_serialization = { version = "0.1.0", path = "../../mononoke_types/serialization" }
smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union", "write"] }
sorted_vector_map = { version = "0.2.1", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
unicode-segmentation = "1.13.2"
unicode-segmentation = "1.13.3"

[dev-dependencies]
bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/features/commit_rate_limit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
anyhow = "1.0.102"
blobstore = { version = "0.1.0", path = "../../blobstore" }
bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" }
commit_rate_limit_config = { version = "0.1.0", path = "../../repo_attributes/commit_rate_limit" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/features/hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
gix-config = { version = "0.56.0", features = ["sha1"] }
hook_manager = { version = "0.1.0", path = "../../repo_attributes/hook_manager/hook_manager" }
http = "1.4.0"
http = "1.4.1"
http-body-util = "0.1.0"
hyper-tls = "0.6"
hyper-util = { version = "0.1.20", features = ["client-legacy", "http1", "http2", "server-auto", "service", "tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/features/repo_update_logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bonsai_globalrev_mapping = { version = "0.1.0", path = "../../repo_attributes/bo
bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" }
bookmarks_types = { version = "0.1.0", path = "../../repo_attributes/bookmarks/bookmarks_types" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
ephemeral_blobstore = { version = "0.1.0", path = "../../blobstore/ephemeral_blobstore" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/git/import_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git_types = { version = "0.1.0", path = "../git_types" }
gix-actor = "0.41.0"
gix-hash = { version = "0.25.0", features = ["sha1"] }
gix-object = "0.60.0"
http = "1.4.0"
http = "1.4.1"
http-body-util = "0.1.0"
hyper-openssl = { version = "0.10", features = ["client-legacy", "tokio"] }
hyper-proxy2 = { version = "0.1", features = ["rustls"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/jobs/blobstore_healer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" }
blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/jobs/walker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.102"
array-init = "0.1"
async-trait = "0.1.86"
auto_impl = "1.3.0"
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.13.0", features = ["serde", "std"], default-features = false }
blame = { version = "0.1.0", path = "../../derived_data/blame" }
blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" }
blobstore = { version = "0.1.0", path = "../../blobstore" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/revlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
anyhow = "1.0.102"
ascii = "1.1.0"
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.13.0", features = ["serde", "std"], default-features = false }
bytes = { version = "1.11.1", features = ["serde"] }
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-stream = "0.3"
async-trait = "0.1.86"
base64 = { version = "0.22.1", features = ["alloc"] }
bincode = { version = "2", features = ["serde"] }
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }
bitflags = { version = "2.13.0", features = ["serde", "std"], default-features = false }
blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] }
blobstore = { version = "0.1.0", path = "../../blobstore" }
bytes = { version = "1.11.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bundle_uri = { version = "0.1.0", path = "../git/bundle_uri" }
bytes = { version = "1.11.1", features = ["serde"] }
changeset_info = { version = "0.1.0", path = "../derived_data/changeset_info" }
changesets_creation = { version = "0.1.0", path = "../features/changesets_creation" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
commit_cloud = { version = "0.1.0", path = "../features/commit_cloud" }
commit_cloud_types = { version = "0.1.0", path = "../features/commit_cloud/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ blobstore = { version = "0.1.0", path = "../blobstore" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
bounded_traversal = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
bytes = { version = "1.11.1", features = ["serde"] }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
chrono-english = "0.1.8"
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
context = { version = "0.1.0", path = "../servers/slapi/slapi_server/context" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_types/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPLv2+"
path = "lib.rs"

[dependencies]
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
lazy_static = "1.5"
mononoke_types = { version = "0.1.0", path = ".." }

Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/servers/git/git_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gotham = "0.8"
gotham_derive = "0.8"
gotham_ext = { version = "0.1.0", path = "../../../common/gotham_ext" }
hex = { version = "0.4.3", features = ["alloc"] }
http = "1.4.0"
http = "1.4.1"
http-body-util = "0.1.0"
import_direct = { version = "0.1.0", path = "../../../git/import_direct" }
import_tools = { version = "0.1.0", path = "../../../git/import_tools" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/servers/lfs/lfs_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gotham = "0.8"
gotham_derive = "0.8"
gotham_ext = { version = "0.1.0", path = "../../../common/gotham_ext" }
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
http = "1.4.0"
http = "1.4.1"
http-body = "1.0.1"
http-body-util = "0.1.0"
hyper-openssl = { version = "0.10", features = ["client-legacy", "tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/servers/scs/scs_methods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" }
bookmarks_movement = { version = "0.1.0", path = "../../../repo_attributes/bookmarks/bookmarks_movement" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
bytes = { version = "1.11.1", features = ["serde"] }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
commit_cloud_helpers = { version = "0.1.0", path = "../../../features/commit_cloud/helpers" }
commit_cloud_types = { version = "0.1.0", path = "../../../features/commit_cloud/types" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doc = false

[dependencies]
async_limiter = { version = "0.1.0", path = "../../../../common/async_limiter" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
governor = "0.10.4"
metadata = { version = "0.1.0", path = "../../../../common/metadata" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bookmarks_cache = { version = "0.1.0", path = "../../../../repo_attributes/bookm
bytes = { version = "1.11.1", features = ["serde"] }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cats = { version = "0.1.0", path = "../../../../common/cats" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
connection_security_checker = { version = "0.1.0", path = "../../../../common/connection_security_checker" }
context = { version = "0.1.0", path = "../context" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand All @@ -26,10 +26,10 @@ futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimen
gotham_ext = { version = "0.1.0", path = "../../../../common/gotham_ext" }
hgproto = { version = "0.1.0", path = "../../../../common/hgproto" }
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
http = "1.4.0"
http = "1.4.1"
http-body = "1.0.1"
http-body-util = "0.1.0"
hyper = { version = "1.9.0", features = ["client", "http1", "http2"] }
hyper = { version = "1.10.1", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.20", features = ["client-legacy", "http1", "http2", "server-auto", "service", "tokio"] }
justknobs = { version = "0.1.0", path = "../../../../common/rust/justknobs_ext" }
lazy_static = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/servers/slapi/slapi_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gotham_derive = "0.8"
gotham_ext = { version = "0.1.0", path = "../../../common/gotham_ext" }
hex = { version = "0.4.3", features = ["alloc"] }
hooks = { version = "0.1.0", path = "../../../features/hooks" }
http = "1.4.0"
http = "1.4.1"
http-body-util = "0.1.0"
itertools = "0.14.0"
justknobs = { version = "0.1.0", path = "../../../common/rust/justknobs_ext" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/third_party/git_delta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ libz-sys = "1.1.28"
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }

[build-dependencies]
cc = "1.2.62"
cc = "1.2.63"
2 changes: 1 addition & 1 deletion eden/mononoke/tools/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case_conflict_skeleton_manifest = { version = "0.1.0", path = "../../derived_dat
changeset_info = { version = "0.1.0", path = "../../derived_data/changeset_info" }
changesets_creation = { version = "0.1.0", path = "../../features/changesets_creation" }
changesets_uploader = { version = "0.1.0", path = "../../common/cas_client/changesets_uploader" }
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cmdlib_cross_repo = { version = "0.1.0", path = "../../cmdlib/cross_repo" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/exec/hgmain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sapling-configloader = { version = "0.1.0", path = "../../lib/config/loader" }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

[build-dependencies]
cc = "1.2.62"
cc = "1.2.63"
sapling-python-sysconfig = { version = "0.1.0", path = "../../lib/util/python-sysconfig" }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "auth"

[dependencies]
anyhow = "1.0.102"
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
indexmap = { version = "2.14.0", features = ["arbitrary", "rayon", "serde"] }
pem = "3.0.3"
sapling-configmodel = { version = "0.1.0", path = "../config/model", features = ["convert-path"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/backingstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
tracing-subscriber = { version = "0.3.23", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }

[dev-dependencies]
http = "1.4.0"
http = "1.4.1"
rand_chacha = "0.10"
url = "2.5.8"

Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/backtrace-python/evalframe-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ name = "evalframe_sys"
libc = "0.2.186"

[build-dependencies]
cc = "1.2.62"
cc = "1.2.63"
sapling-python-sysconfig = { version = "0.1.0", path = "../../util/python-sysconfig" }
2 changes: 1 addition & 1 deletion eden/scm/lib/commands/commands/cmdworktree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPL-2.0-only"

[dependencies]
anyhow = "1.0.102"
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
cmdutil = { version = "0.1.0", path = "../../cmdutil" }
flume = "0.11.1"
fs-err = { version = "3.3.0", features = ["tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/commands/debugcommands/cmddebugtop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling"
license = "GPL-2.0-only"

[dependencies]
chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
cmdutil = { version = "0.1.0", path = "../../cmdutil" }
sapling-ascii-tree = { version = "0.1.0", path = "../../../util/ascii-tree" }
sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/commitcloudsubscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
mime = "0.3.14"
parking_lot = { version = "0.12.1", features = ["arc_lock", "send_guard"] }
regex = "1.12.3"
reqwest = { version = "0.13.2", features = ["blocking", "brotli", "charset", "cookies", "deflate", "gzip", "http2", "json", "multipart", "native-tls", "rustls", "socks", "stream", "system-proxy", "zstd"], default-features = false }
reqwest = { version = "0.13.4", features = ["blocking", "brotli", "charset", "cookies", "deflate", "gzip", "http2", "json", "multipart", "native-tls", "rustls", "socks", "stream", "system-proxy", "zstd"], default-features = false }
sapling-configset = { version = "0.1.0", path = "../config/set" }
sapling-identity = { version = "0.1.0", path = "../identity" }
serde = { version = "1.0.219", features = ["derive", "rc"] }
Expand Down
Loading
Loading