Skip to content

Commit b48810f

Browse files
authored
fix: Update Cargo.toml for pinning version of dependencies (#314)
1 parent 5289cfb commit b48810f

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ trait-variant = "0.1.2"
100100

101101
# Others
102102
base64ct = "=1.6.0"
103+
idna_adapter = "=1.2.0"
103104
litemap = "=0.7.4"
104105
native-tls = "=0.2.13"
105106
zerofrom = "=0.1.5"

bsky-sdk/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ atrium-common.workspace = true
3030
ipld-core.workspace = true
3131
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
3232

33-
native-tls.workspace = true
33+
idna_adapter.workspace = true
3434
litemap.workspace = true
35+
native-tls.workspace = true
3536
zerofrom.workspace = true
3637

3738
[features]

0 commit comments

Comments
 (0)