Skip to content

Commit

Permalink
Merge branch 'main' into landonxjames/msrv-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames authored Dec 5, 2024
2 parents df091eb + cd4d650 commit a1f1ec6
Show file tree
Hide file tree
Showing 8 changed files with 352 additions and 324 deletions.
140 changes: 67 additions & 73 deletions aws/rust-runtime/Cargo.lock

Large diffs are not rendered by default.

83 changes: 38 additions & 45 deletions aws/rust-runtime/aws-config/Cargo.lock

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

2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-inlineable/src/dsql_auth_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SERVICE: &str = "dsql";
/// .build()
/// .expect("cfg is valid"),
/// );
/// let token = generator.auth_token(&cfg).await.unwrap();
/// let token = generator.db_connect_admin_auth_token(&cfg).await.unwrap();
/// println!("{token}");
/// }
/// ```
Expand Down
Loading

0 comments on commit a1f1ec6

Please sign in to comment.