Skip to content

Commit 82773b8

Browse files
authored
Merge pull request #856 from etehtsea/upd-examples
chore(examples): Update Rust example locks
2 parents 19331d6 + 87314d7 commit 82773b8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/config-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/http-rust-outbound-http/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/http-rust-outbound-http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fn send_outbound(_req: Request) -> Result<Response> {
1717
.insert("spin-component", "rust-outbound-http".try_into()?);
1818
println!("{:?}", res);
1919
Ok(res)
20-
}
20+
}

examples/http-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/redis-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-outbound-pg/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-outbound-redis/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)