Skip to content

Commit 84af761

Browse files
authored
Merge pull request #304 from syncable-dev/develop
Develop
2 parents 2f72385 + afada00 commit 84af761

153 files changed

Lines changed: 19043 additions & 212 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@ jobs:
8383
# Ignore advisories in transitive dependencies we cannot control:
8484
# - gix-date (RUSTSEC-2025-0140): via rustsec crate, awaiting upstream fix
8585
# - bincode (RUSTSEC-2025-0141): via syntect, marked "complete" by maintainer
86+
# - aws-lc-sys (RUSTSEC-2026-0044..0048): via aws-sdk, awaiting upstream bump to >=0.39.0
87+
# - rustls-webpki (RUSTSEC-2026-0049): via rustls, awaiting upstream bump to >=0.103.10
8688
# - Other transitive deps from rustsec, aws-sdk, kube, etc.
87-
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141
89+
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141,RUSTSEC-2026-0044,RUSTSEC-2026-0045,RUSTSEC-2026-0046,RUSTSEC-2026-0047,RUSTSEC-2026-0048,RUSTSEC-2026-0049

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ node_modules/
1818

1919
# Planning documents (local only, not shared)
2020
.planning/
21+
.env
2122

2223
# MSVC Windows builds of rustc generate these, which store debugging information
2324
*.pdb

0 commit comments

Comments
 (0)