Skip to content

Commit

Permalink
Bump serde_with from 3.8.0 to 3.8.1 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 717b944 commit bfbb58b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ reqwest-retry = "0.5.0"
rustls = { version = "0.21.11", features = ["dangerous_configuration"] }
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = "1.0.116"
serde_with = { version = "3.8.0", features = ["base64"] }
serde_with = { version = "3.8.1", features = ["base64"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rustls = { version = "0.21.11" }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = "1.0.116"
serde_with = { version = "3.8.0", features = ["base64", "macros"] }
serde_with = { version = "3.8.1", features = ["base64", "macros"] }
sled = "0.34.7"
static-toml = "1.2.0"
strip-ansi-escapes = "0.2.0"
Expand Down

0 comments on commit bfbb58b

Please sign in to comment.