mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
sq
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -6965,6 +6965,7 @@ dependencies = [
|
||||
"hyper 0.14.30",
|
||||
"itertools 0.10.5",
|
||||
"json-structural-diff",
|
||||
"jsonwebtoken",
|
||||
"lasso",
|
||||
"measured",
|
||||
"metrics",
|
||||
|
||||
@@ -94,6 +94,7 @@ impl Claims {
|
||||
scope,
|
||||
endpoint_id: None,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn new_for_endpoint(endpoint_id: Uuid) -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user