Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bf565d9
chore: bump data_privacy to 0.12
Vaiz Jun 4, 2026
a7b82a9
readme
Vaiz Jun 4, 2026
f48732c
Apply suggestions from code review
Vaiz Jun 4, 2026
87321b9
Update changelog with tool version changes
Vaiz Jun 4, 2026
afa37d4
Potential fix for pull request finding
Vaiz Jun 4, 2026
16f6386
chore: release ohno-macros v0.3.3, thread_aware_macros_impl v0.7.1
Jun 4, 2026
e88c8a8
Potential fix for pull request finding
Vaiz Jun 5, 2026
2aafbfc
Potential fix for pull request finding
Vaiz Jun 5, 2026
7ef8a5b
Merge origin/main and resolve conflicts
Copilot Jun 5, 2026
c7875de
Potential fix for pull request finding
Vaiz Jun 5, 2026
54fcd33
Update dependencies in CHANGELOG.md
Vaiz Jun 5, 2026
49aad52
Potential fix for pull request finding
sgalkin Jun 5, 2026
e94edfc
remove merge marker from fetch_hyper/CHANGELOG.md
sgalkin Jun 5, 2026
6e79399
Update CHANGELOG to remove breaking change section
sgalkin Jun 5, 2026
03e0be5
Apply suggestions from code review
sgalkin Jun 5, 2026
0319402
Potential fix for pull request finding
sgalkin Jun 5, 2026
93565fc
Potential fix for pull request finding
sgalkin Jun 5, 2026
4597ffb
Potential fix for pull request finding
sgalkin Jun 5, 2026
84eea9c
Update CHANGELOG for version 0.7.2
sgalkin Jun 5, 2026
dcbf21e
Update changelog for version 0.3.3 release
sgalkin Jun 5, 2026
5ba57ed
Potential fix for pull request finding
sgalkin Jun 5, 2026
abd3e11
Update CHANGELOG to remove fetch_options feature
sgalkin Jun 5, 2026
5849150
Merge branch 'main' into u/sgalkin/release-ohno-thread-aware
sgalkin Jun 5, 2026
7bd79de
fixup! Merge branch 'main' into u/sgalkin/release-ohno-thread-aware
Jun 5, 2026
78ac931
Merge branch 'main' into u/sgalkin/release-ohno-thread-aware
sgalkin Jun 5, 2026
72f3e8d
fix: reword changelogs to reference direct dependencies
Jun 5, 2026
7459356
Merge branch 'u/vaiz/2026/06/04/dataprivacycoredeps' into u/sgalkin/r…
Jun 5, 2026
c3541e5
Potential fix for pull request finding
sgalkin Jun 5, 2026
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
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,41 @@ homepage = "https://github.com/microsoft/oxidizer"
[workspace.dependencies]

# local dependencies
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.5.2" }
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.5.2" }
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.5.2" }
cachet = { path = "crates/cachet", default-features = false, version = "0.6.2" }
cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.3.1" }
cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.2.2" }
cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.2.1" }
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.5.3" }
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.5.3" }
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.5.4" }
cachet = { path = "crates/cachet", default-features = false, version = "0.6.4" }
cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.3.3" }
cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.2.3" }
cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.2.2" }
Comment thread
sgalkin marked this conversation as resolved.
data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.12.0" }
data_privacy_core = { path = "crates/data_privacy_core", default-features = false, version = "0.1.0" }
data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.10.0" }
data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.10.0" }
fetch = { path = "crates/fetch", default-features = false, version = "0.10.0" }
fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.3.0" }
fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.3.2" }
fetch_options = { path = "crates/fetch_options", default-features = false, version = "0.2.0" }
fetch_tls = { path = "crates/fetch_tls", default-features = false, version = "0.2.1" }
fetch_tls = { path = "crates/fetch_tls", default-features = false, version = "0.2.2" }
fundle = { path = "crates/fundle", default-features = false, version = "0.3.2" }
fundle_macros = { path = "crates/fundle_macros", default-features = false, version = "0.3.2" }
fundle_macros_impl = { path = "crates/fundle_macros_impl", default-features = false, version = "0.3.2" }
http_extensions = { path = "crates/http_extensions", default-features = false, version = "0.4.4" }
http_extensions = { path = "crates/http_extensions", default-features = false, version = "0.5.0" }
layered = { path = "crates/layered", default-features = false, version = "0.3.2" }
multitude = { path = "crates/multitude", default-features = false, version = "0.1.2" }
ohno = { path = "crates/ohno", default-features = false, version = "0.3.4" }
ohno_macros = { path = "crates/ohno_macros", default-features = false, version = "0.3.2" }
multitude = { path = "crates/multitude", default-features = false, version = "0.1.3" }
ohno = { path = "crates/ohno", default-features = false, version = "0.3.5" }
ohno_macros = { path = "crates/ohno_macros", default-features = false, version = "0.3.3" }
recoverable = { path = "crates/recoverable", default-features = false, version = "0.1.4" }
seatbelt = { path = "crates/seatbelt", default-features = false, version = "0.5.3" }
seatbelt_http = { path = "crates/seatbelt_http", default-features = false, version = "0.2.4" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.2.3" }
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.2.2" }
templated_uri_macros_impl = { path = "crates/templated_uri_macros_impl", default-features = false, version = "0.2.2" }
seatbelt = { path = "crates/seatbelt", default-features = false, version = "0.5.4" }
seatbelt_http = { path = "crates/seatbelt_http", default-features = false, version = "0.3.0" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.3.0" }
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.2.3" }
templated_uri_macros_impl = { path = "crates/templated_uri_macros_impl", default-features = false, version = "0.2.3" }
testing_aids = { path = "crates/testing_aids", default-features = false }
thread_aware = { path = "crates/thread_aware", default-features = false, version = "0.7.2" }
thread_aware_macros = { path = "crates/thread_aware_macros", default-features = false, version = "0.7.2" }
thread_aware_macros_impl = { path = "crates/thread_aware_macros_impl", default-features = false, version = "0.7.1" }
tick = { path = "crates/tick", default-features = false, version = "0.3.2" }
uniflight = { path = "crates/uniflight", default-features = false, version = "0.2.2" }
thread_aware = { path = "crates/thread_aware", default-features = false, version = "0.7.3" }
thread_aware_macros = { path = "crates/thread_aware_macros", default-features = false, version = "0.7.3" }
thread_aware_macros_impl = { path = "crates/thread_aware_macros_impl", default-features = false, version = "0.7.2" }
tick = { path = "crates/tick", default-features = false, version = "0.3.3" }
uniflight = { path = "crates/uniflight", default-features = false, version = "0.2.3" }

# external dependencies
ahash = { version = "0.8.4", default-features = false }
Expand Down
Loading
Loading