Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite00ceb1

Browse files
Update rand requirement from 0.8 to 0.9
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.- [Release notes](https://github.com/rust-random/rand/releases)- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)- [Commits](rust-random/rand@0.8.5...0.9.0)---updated-dependencies:- dependency-name: rand dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
1 parent07b6878 commite00ceb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎postgres-protocol/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fallible-iterator = "0.2"
2020
hmac ="0.12"
2121
md-5 ="0.10"
2222
memchr ="2.0"
23-
rand ="0.8"
23+
rand ="0.9"
2424
sha2 ="0.10"
2525
stringprep ="0.1"
2626
getrandom = {version ="0.2",optional =true }

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
5959
postgres-types = {version ="0.2.8",path ="../postgres-types" }
6060
tokio = {version ="1.27",features = ["io-util"] }
6161
tokio-util = {version ="0.7",features = ["codec"] }
62-
rand ="0.8.5"
62+
rand ="0.9.0"
6363
whoami ="1.4.1"
6464

6565
[target.'cfg(not(target_arch="wasm32"))'.dependencies]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp