diff --git a/Cargo.toml b/Cargo.toml index adecc124..e49d37b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ crate-git-revision = "0.0.6" stellar-strkey = { version = "0.0.9", optional = true } base64 = { version = "0.13.0", optional = true } serde = { version = "1.0.139", features = ["derive"], optional = true } -serde_with = { version = "3.0.0", optional = true, default-features = false, features = ["macros", "std"] } +serde_with = { version = "3.0.0", optional = true } escape-bytes = { version = "0.1.1", default-features = false } hex = { version = "0.4.3", optional = true } arbitrary = {version = "1.1.3", features = ["derive"], optional = true}