Skip to content
Merged
3 changes: 3 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ openprocess
oneshot
opencode
opensource
parseable
peekable
PERCPU
pgpkey
pgrep
Expand Down Expand Up @@ -301,6 +303,7 @@ testurl
tgid
THH
thiserror
Thu
timedout
timeup
tlsv
Expand Down
27 changes: 17 additions & 10 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion proxy_agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure-proxy-agent"
version = "1.0.42" # always 3-number version
version = "1.0.43" # always 3-number version
edition = "2021"
build = "build.rs"
readme = "README.md"
Expand Down Expand Up @@ -29,6 +29,7 @@ clap = { version = "4.5.17", features =["derive"] } # Command Line Argument Pars
thiserror = "1.0.64"
libc = "0.2.147"
socket2 = "0.5" # Set socket options without tokio/std conversion
base64 = "0.22"

[dependencies.uuid]
version = "1.3.0"
Expand Down
Loading
Loading