Skip to content

Commit b5f7d8b

Browse files
committed
Merge branch 'main' into feature/use-tool-versions-for-gh-actions
2 parents 088a9fe + 909600f commit b5f7d8b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
### Changed
3232
- Remove hard coded Fast ID in fastly.tom
33+
- Updated README to better describe what Trusted Server does and high-level goal
3334
- Use Rust toolchain version from .tool-versions for GitHub actions
3435

3536
## [1.0.5] - 2025-05-19

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.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Trusted Server
22

3-
:information_source: At this time, Trusted Server is designed to work with Fastly. Follow these steps to configure Fastly Compute and deploy it.
3+
:information_source: Trusted Server is an open-source runtime and edge-orchestration layer for modern publishers - executing 3rd-party scripts and your entire ad-stack server-side, all under 1st-party control. Our goal is to move ad-related code execution and control from web browsers to publisher controlled, "trusted" edge-cloud infrastructure.
4+
5+
Trusted Server is the new execution layer for the open-web - returning control of 1st party data, security, and overall user-experience back to publishers.
6+
7+
At this time, Trusted Server is designed to work with Fastly Compute. Follow these steps to configure Fastly Compute and deploy it.
48

59
## Fastly
610
- Create account at Fastly if you don’t have one - manage.fastly.com

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ log-fastly = "0.10.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0.91"
2727
sha2 = "0.10.6"
28-
tokio = { version = "1.0", features = ["sync", "macros", "io-util", "rt", "time"] }
28+
tokio = { version = "1.43", features = ["sync", "macros", "io-util", "rt", "time"] }
2929
url = "2.4.1"

0 commit comments

Comments
 (0)