Unverified Commit 4e351cbd authored by Fahad Zubair's avatar Fahad Zubair Committed by GitHub
Browse files

Merge branch 'main' into fahadzub/cbor-constraint

parents 050d9c5b 064fbd79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ env:
  apt_dependencies: libssl-dev gnuplot jq
  java_version: 17
  rust_toolchain_components: clippy,rustfmt
  rust_nightly_version: nightly-2024-02-07
  rust_nightly_version: nightly-2024-03-15

jobs:
  generate-diff:
+192 −234

File changed.

Preview size limit exceeded, changes collapsed.

+327 −466

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
[package]
name = "aws-config"
version = "1.5.5"
version = "1.5.6"
authors = [
    "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
    "Russell Cohen <rcoh@amazon.com>",
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ use aws_smithy_json::deserialize::{json_token_iter, EscapeError, Token};
use aws_smithy_types::date_time::Format;
use aws_smithy_types::DateTime;
use std::borrow::Cow;
use std::convert::TryFrom;
use std::error::Error;
use std::fmt::{self, Display, Formatter};
use std::time::SystemTime;
Loading