Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Endpoint Security Dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
Endpoint Security Dashboard
Commits
db1016b9
Commit
db1016b9
authored
1 month ago
by
Renovate
Browse files
Options
Downloads
Patches
Plain Diff
fix(deps): update rust crate google-sheets4 to v5.0.5
parent
5484dcb5
Branches
renovate/google-sheets4-5.x-lockfile
No related tags found
1 merge request
!821
fix(deps): update rust crate google-sheets4 to v5.0.5
Pipeline
#282553
failed
1 month ago
Stage: build-node
Stage: build
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.lock
+72
-13
72 additions, 13 deletions
Cargo.lock
with
72 additions
and
13 deletions
Cargo.lock
+
72
−
13
View file @
db1016b9
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version =
3
version =
4
[[package]]
name = "Inflector"
...
...
@@ -1855,16 +1855,16 @@ dependencies = [
[[package]]
name = "google-sheets4"
version = "5.0.
4
+20240
229
"
version = "5.0.
5
+20240
621
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
58cee3dbdba1d65321181bbc9bda348ed60fa7d2b58a3e381069eda9fbf46bbf
"
checksum = "
c826fbdbd030b5dcddb78f3155d5c046251feff30c9062e68f8323c85731f118
"
dependencies = [
"anyhow",
"google-apis-common",
"http 0.2.12",
"hyper 0.14.28",
"hyper-rustls",
"itertools 0.1
0.5
",
"hyper-rustls
0.25.0
",
"itertools 0.1
3.0
",
"mime",
"serde",
"serde_json",
...
...
@@ -2171,11 +2171,28 @@ dependencies = [
"hyper 0.14.28",
"log",
"rustls 0.21.12",
"rustls-native-certs",
"rustls-native-certs
0.6.3
",
"tokio",
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.28",
"log",
"rustls 0.22.4",
"rustls-native-certs 0.7.3",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
...
...
@@ -2346,6 +2363,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.11"
...
...
@@ -3208,7 +3234,7 @@ dependencies = [
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
"hyper-rustls",
"hyper-rustls
0.24.2
",
"hyper-tls",
"ipnet",
"js-sys",
...
...
@@ -3219,7 +3245,7 @@ dependencies = [
"percent-encoding 2.3.1",
"pin-project-lite",
"rustls 0.21.12",
"rustls-pemfile",
"rustls-pemfile
1.0.4
",
"serde",
"serde_json",
"serde_urlencoded",
...
...
@@ -3428,7 +3454,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"rustls-pemfile 1.0.4",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-native-certs"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"schannel",
"security-framework",
]
...
...
@@ -3442,11 +3481,20 @@ dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.
7
.0"
version = "1.
11
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9
76295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d
"
checksum = "9
17ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c
"
[[package]]
name = "rustls-webpki"
...
...
@@ -3980,6 +4028,17 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.15"
...
...
@@ -4755,12 +4814,12 @@ dependencies = [
"futures",
"http 0.2.12",
"hyper 0.14.28",
"hyper-rustls",
"hyper-rustls
0.24.2
",
"itertools 0.12.1",
"log",
"percent-encoding 2.3.1",
"rustls 0.22.4",
"rustls-pemfile",
"rustls-pemfile
1.0.4
",
"seahash",
"serde",
"serde_json",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment