Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust group with 4 updates #51743

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
128 changes: 99 additions & 29 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@ iso7816-tlv = "0.4.4"
log = "0.4.25"
parking_lot = "0.12.3"
rand = { version = "0.8.5", features = ["getrandom"] }
rand_chacha = "0.3.1"
rand_chacha = "0.9.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big jump here. @zmb3 or @probakowski, would you mind taking a look?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's pull the rand_chacha update out of this PR and I'll take a look at the rand updates separately.

(I"m not sure why dependabot wants to update rand_chacha but is okay keeping rand on 0.8.5)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rsa = "0.9.7"
sspi = { version = "0.15.0", features = ["network_client"] }
tokio = { version = "1.43", features = ["full"] }
tokio-boring = { git = "https://github.com/gravitational/boring", rev = "99897308abb5976ea05625b8314c24b16eebb01b", optional = true }
utf16string = "0.2.0"
uuid = { version = "1.12.0", features = ["v4"] }
uuid = { version = "1.12.1", features = ["v4"] }
url = "2.5.4"
picky = { version = "7.0.0-rc.11", default-features = false }
picky-asn1-der = "0.5.2"
picky-asn1-x509 = "0.14.3"
picky-krb = "0.9.2"
reqwest = { version = "0.12", default-features = false }
rustls = { version = "0.23.21", default-features = false, features = ["aws-lc-rs"] }
rustls = { version = "0.23.22", default-features = false, features = ["aws-lc-rs"] }

[build-dependencies]
cbindgen = "0.28.0"
tempfile = "3.15.0"
tempfile = "3.16.0"

[features]
fips = ["tokio-boring/fips", "boring/fips"]
Loading