Skip to content

Commit

Permalink
udpate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Oct 24, 2024
1 parent 1431126 commit e105ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ferritin-pymol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ clap = { version = "4.5.20", features = ["derive"] }
serde-pickle = "1.1"
chrono = "0.4.38"
validator = { version = "0.18", features = ["derive"] }
serde_bytes = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
urlencoding = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions ferritin-pymol/src/pymolparsing/psedata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use crate::pymolparsing::parsing::{
};
use pdbtbx::PDB;
use serde::{Deserialize, Serialize};
use serde_bytes;
use serde_pickle::de::{from_reader, DeOptions};
use std::collections::HashMap;
use std::fs;
Expand Down

0 comments on commit e105ae3

Please sign in to comment.